From 736521eb56a45122eb0a545b677d3ffca1451080 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 28 Oct 2022 23:11:52 -0400 Subject: Eliminated the .alias# extension. Now detecting aliases in .def#. --- documentation/bookmark/data/structure/bitmap.md | 2 ++ documentation/bookmark/data/structure/succinct.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 documentation/bookmark/data/structure/succinct.md (limited to 'documentation/bookmark/data/structure') diff --git a/documentation/bookmark/data/structure/bitmap.md b/documentation/bookmark/data/structure/bitmap.md index d7a494752..477224e5f 100644 --- a/documentation/bookmark/data/structure/bitmap.md +++ b/documentation/bookmark/data/structure/bitmap.md @@ -1,4 +1,6 @@ # Reference +0. []() +0. [A primer on Roaring bitmaps: what they are and how they work](https://vikramoberoi.com/a-primer-on-roaring-bitmaps-what-they-are-and-how-they-work/) 0. [Roaring Bitmaps](https://roaringbitmap.org/) diff --git a/documentation/bookmark/data/structure/succinct.md b/documentation/bookmark/data/structure/succinct.md new file mode 100644 index 000000000..fe4549ceb --- /dev/null +++ b/documentation/bookmark/data/structure/succinct.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [SDSL - Succinct Data Structure Library](https://github.com/simongog/sdsl-lite) + -- cgit v1.2.3