From 7b8eb433a3630ee933dd74555f18a14d7b562f0d Mon Sep 17 00:00:00 2001 From: lemire Date: Wed, 27 Sep 2023 17:58:26 +0000 Subject: [PATCH] deploy: 1c11eb67be719fd8726a1d225ac96e10e9a71353 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 77fda2404..a9765cc80 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). 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, 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.