From 28c40bafcf9fae5e28960d92a31444fa00a07009 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Fri, 1 Mar 2024 17:21:58 +0100 Subject: [PATCH] Add FrostDB to README FrostDB uses roaring Bitmaps in the query layer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c780afd..acd3058b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The ``roaring`` Go library is used by * [M3](https://github.com/m3db/m3) * [trident](https://github.com/NetApp/trident) * [Husky](https://www.datadoghq.com/blog/engineering/introducing-husky/) - +* [FrostDB](https://github.com/polarsignals/frostdb) This library is used in production in several systems, it is part of the [Awesome Go collection](https://awesome-go.com).