summaryrefslogtreecommitdiff
path: root/dev-libs/croaring/metadata.xml
blob: 73881564992ff3667481194bdc541aec74bfec10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>zyx@envs.net</email>
    <name>zyxhere💭</name>
  </maintainer>
  <longdescription>
    Roaring bitmaps are compressed bitmaps that combine the speed of
    uncompressed bitsets with the memory efficiency of compression  often
    hundreds of times faster than older formats.

    Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON)
    optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpanda, YDB
    and StarRocks.
  </longdescription>
  <origin>srcux</origin>
</pkgmetadata>