From 9bad7d65a4f1741fa9bd21894f7e71feef605764 Mon Sep 17 00:00:00 2001 From: lemire Date: Wed, 27 Sep 2023 18:13:53 +0000 Subject: [PATCH] deploy: 9ff6b53f00a930d38484b1737ff189aed4bf2630 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a9765cc80..b071d03b9 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@

Ubuntu-CI VS17-CI Fuzzing Status

Doxygen Documentation

-

Portable Roaring bitmaps in C (and C++) with full support for your favorite compiler (GNU GCC, LLVM's clang, Visual Studio, Intel oneAPI). Included in the Awesome C list of open source C software.

+

Portable Roaring bitmaps in C (and C++) with full support for your favorite compiler (GNU GCC, LLVM's clang, Visual Studio, Apple Xcode, Intel oneAPI). Included in the Awesome C list of open source C software.

Introduction

Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps.