diff --git a/README.md b/README.md index 4601b11..f0d9d51 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ feature | weaselab | fdb | |based on|node-copying treap|node-copying treap| |branch-free `child` function|✅|❌| |bytes per node (worst-case)|64 + kv len + 1\*|96 + kv len| -|cheaper iteration*|❌|✅| +|cheaper iteration|❌\*|✅| |efficient bulk queries|✅|❌| |entries per set (worst-case)|1|3| |memory-usage (rough)|40%|100%|