Skip to content

Commit

Permalink
deploy: 9ff6b53
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 27, 2023
1 parent 7b8eb43 commit 9bad7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_README"></a> <a href="https://github.com/RoaringBitmap/CRoaring/actions/workflows/ubuntu-noexcept-ci.yml"><img src="https://github.com/RoaringBitmap/CRoaring/actions/workflows/ubuntu-noexcept-ci.yml/badge.svg" alt="Ubuntu-CI" style="pointer-events: none;" class="inline"/></a> <a href="https://github.com/RoaringBitmap/CRoaring/actions/workflows/vs17-ci.yml"><img src="https://github.com/RoaringBitmap/CRoaring/actions/workflows/vs17-ci.yml/badge.svg" alt="VS17-CI" style="pointer-events: none;" class="inline"/></a> <a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&amp;can=1&amp;q=proj:croaring"><img src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/croaring.svg" alt="Fuzzing Status" style="pointer-events: none;" class="inline"/></a></p>
<p><a href="http://roaringbitmap.github.io/CRoaring/"><img src="https://img.shields.io/badge/docs-doxygen-green.svg" alt="Doxygen Documentation" style="pointer-events: none;" class="inline"/></a></p>
<p>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 <a href="https://github.com/kozross/awesome-c">Awesome C</a> list of open source C software.</p>
<p>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 <a href="https://github.com/kozross/awesome-c">Awesome C</a> list of open source C software.</p>
<h1><a class="anchor" id="autotoc_md1"></a>
Introduction</h1>
<p>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.</p>
Expand Down

0 comments on commit 9bad7d6

Please sign in to comment.