Skip to content

A nice hash table #8

@amwatson

Description

@amwatson

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions