diff options
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/data/structure/probabilistic/cuckoo_filter.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/database/local.md | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bookmark/data/structure/probabilistic/cuckoo_filter.md b/documentation/bookmark/data/structure/probabilistic/cuckoo_filter.md new file mode 100644 index 000000000..0162b2a4b --- /dev/null +++ b/documentation/bookmark/data/structure/probabilistic/cuckoo_filter.md @@ -0,0 +1,5 @@ +# Reference + +0. [Cuckoo Filter: Practically Better Than Bloom](https://www.eecs.harvard.edu/~michaelm/postscripts/cuckoo-conext2014.pdf) +0. [Cuckoo Hashing and Cuckoo Filters](https://www.cs.toronto.edu/~noahfleming/CuckooHashing.pdf) + diff --git a/documentation/bookmark/database/local.md b/documentation/bookmark/database/local.md new file mode 100644 index 000000000..358a1b200 --- /dev/null +++ b/documentation/bookmark/database/local.md @@ -0,0 +1,4 @@ +# Reference + +0. [In Search of a Local-First Database](https://jaredforsyth.com/posts/in-search-of-a-local-first-database/) + |