Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finfo data structure #150

Open
fvalasiad opened this issue Jan 13, 2023 · 1 comment
Open

finfo data structure #150

fvalasiad opened this issue Jan 13, 2023 · 1 comment

Comments

@fvalasiad
Copy link
Collaborator

If not for my #144 hashmap implementation (which provided a huge performance improvement, 33% when building wine) ,then what?

@fvalasiad
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant