Use Red-Black Tree instead of Hash Map incertain cases #2
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sadpmpk/HATPC#2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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.