Skip to content

Commit 120fb7c

Browse files
committed
Fix log value to match xitdb's
1 parent 7a68bf6 commit 120fb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Add to your `deps.edn`:
200200

201201
## Performance Characteristics
202202

203-
- **Read Operations**: O(log₃₂ n) for maps and vectors due to trie structure
204-
- **Write Operations**: O(log₃₂ n) with structural sharing for efficiency
203+
- **Read Operations**: O(log16 n) for maps and vectors due to trie structure
204+
- **Write Operations**: O(log16 n) with structural sharing for efficiency
205205
- **Memory Usage**: Minimal overhead with automatic deduplication of identical subtrees
206206
- **Concurrency**: Thread-safe with optimized read-write locks
207207

0 commit comments

Comments
 (0)