-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
kind/featureNew feature or requestNew feature or request
Milestone
Description
Basic idea 💡
- The order of node4 keys is not maintained.
- For
insert_child, append-only. - For
remove_child, the child at the corresponding index is marked as none. - For
get_child, use the SIMD. - For
shrink_to_fit, use SIMD to find the only child that is not none.
Therefore, two basic operations need to be implemented using SIMD
- Input key byte, return the index of the corresponding child
- Find the index of the only child that is not empty
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request