From 0d059ec1fd4d00d506de3f81d5a0a3c070ad6268 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 5 Jun 2024 10:47:00 -0700 Subject: [PATCH] Move all * to weaselab column in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%|