From 5bfbb2d0ddc4ce17a3b7654d8fd1678dffeb0753 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 8 Jan 2024 19:58:09 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae53ac5..476c22c 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,4 @@ It took 0.358220 seconds to build an index over 10000000 values. * [Python](https://github.com/GreyDireWolf/pyxorfilter) * [C99](https://github.com/skeeto/xf8) * [Julia](https://github.com/JokingHero/FastFilter.jl) +* [C#](https://github.com/jonmat/FastIndex)