We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a68bf6 commit 120fb7cCopy full SHA for 120fb7c
README.md
@@ -200,8 +200,8 @@ Add to your `deps.edn`:
200
201
## Performance Characteristics
202
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
+- **Read Operations**: O(log16 n) for maps and vectors due to trie structure
+- **Write Operations**: O(log16 n) with structural sharing for efficiency
205
- **Memory Usage**: Minimal overhead with automatic deduplication of identical subtrees
206
- **Concurrency**: Thread-safe with optimized read-write locks
207
0 commit comments