Move all * to weaselab column in readme

This commit is contained in:
2024-06-05 10:47:00 -07:00
parent f1d10a1fed
commit 0d059ec1fd

View File

@@ -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%|