Skip to content

Commit 28c9a27

Browse files
committed
Update README.md
1 parent d7234c1 commit 28c9a27

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Dynamic Data Sets](https://arxiv.org/abs/2004.09051). This repository contains t
2020
- Supports duplicate elements natively (multiset behavior) - no need for wrapping values into structs to make them unique;
2121
- Drop-in replacement for `github.com/google/btree` and `github.com/petar/GoLLRB`;
2222
- Low memory overhead - no pointers per element, compact memory representation;
23-
- Batch-friendly: arrays under the hood allow efficient bulk operations (work in progress);
24-
- Easily serializable (work in progress);
23+
- Easily serializable;
2524

2625
### Tradeoffs
2726
- One per $N$ insert operations complexity falls down to $O(N)$, though amortized remains $O(\log N)$. For real-time systems, it may introduce latency spikes for collections with millions of elements. Could be mitigated by async/background inserts.

0 commit comments

Comments
 (0)