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
Regarding the data structure. It's not worth implementing it now since we eill be making build recorder a multithreaded program. That means that all state must be switched with thread safe state. That is immutable state, state protected by locks and lock/wait free state.
In other words, once #151 is complete, this will be our next goal.
If not for my #144 hashmap implementation (which provided a huge performance improvement, 33% when building wine) ,then what?
The text was updated successfully, but these errors were encountered: