[Feature] Add API implementation of a self-balancing tree data structure (preferably Red-Black Tree) #317
Labels
devel
Development effort
feature
New feature or request
help wanted
Extra attention is needed
improvement
A small enhancement, that makes already implemented features better
Priority: 2
Very important feature
Milestone
Is your feature request related to a problem? Please describe.
Currently the only supported data structure is a list. This is suboptimal for handling large data sets like those of frames or pages. Search time can be significantly improved by using trees here.
Describe the solution you'd like
Implement an API for RBTree or similar self balancing tree data structure and start using it instead of lists for frames (for starters).
The text was updated successfully, but these errors were encountered: