Use Red-Black Tree instead of Hash Map incertain cases #2

Open
opened 2023-06-13 09:06:39 -04:00 by sadpmpk · 0 comments

For smaller collections of map, consider using a RB-Tree. Hash Map would be better for way higher store.

Need a benchmark to justify this, particularly memory. Still yet to know a way to benchmark runtime memory.

For smaller collections of map, consider using a RB-Tree. Hash Map would be better for way higher store. Need a benchmark to justify this, particularly memory. Still yet to know a way to benchmark runtime memory.
sadpmpk added this to the General Improvements project 2023-06-13 09:06:39 -04:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sadpmpk/HATPC#2
There is no content yet.