You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this issue #135 , when implemented, most of the command line arguments and flags would be mostly the same for every kind of translation unit. That means that we can convert all of them into our flyweight data, effectively generating them once, and storing them once in the cache, making our program more memory efficient and the cache would need less data to r/w.
The text was updated successfully, but these errors were encountered:
Refactor
Given this issue #135 , when implemented, most of the command line arguments and flags would be mostly the same for every kind of translation unit. That means that we can convert all of them into our
flyweight
data, effectively generating them once, and storing them once in the cache, making our program more memory efficient and the cache would need less data to r/w.The text was updated successfully, but these errors were encountered: