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

A nice hash table #8

Open
amwatson opened this issue Dec 8, 2014 · 0 comments
Open

A nice hash table #8

amwatson opened this issue Dec 8, 2014 · 0 comments
Assignees

Comments

@amwatson
Copy link
Member

amwatson commented Dec 8, 2014

Currently, the OS has been using linked lists and arrays for all its variable-storage needs. However, we're becoming to discover that these approaches don't scale: as an array, the descriptor lookup table is limited to 64 descriptors, and the file server takes a TON of time to return data in a high-contention scenario. A solid, reasonably fast hash table would make these ventures much more professional.

@mrwright mrwright self-assigned this Jan 4, 2015
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

2 participants