Zixuan Chen
|
f7db72d99e
|
chore: fix warnings
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
12e29374dc
|
fix: use &mut instead of BumpBox for Node
using BumpBox for struct that contains data on the same Bump will cause undefined behavior
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
34632f61c3
|
refactor: refine style
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
4009bc0079
|
refactor: remove redundant fix_size_vec
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
c8a83fe676
|
fix: post delete handler
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
6ab3565bd8
|
chore: cargo fix
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
8807d43eca
|
fix: cache error
- add cache check
- add borrow from siblings test
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
e19fb6a91b
|
feat: delete range
and fix several insertion bugs
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
550bce2815
|
feat: delete
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
3c96a6b224
|
feat: insertion
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
028e3ba3f9
|
feat: rle tree insert
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
0127690b11
|
fix: rletree creator
|
2022-08-16 16:46:03 +08:00 |
|
Zixuan Chen
|
9ecd0417bd
|
feat: init
|
2022-08-16 16:46:03 +08:00 |
|