1 Star 0 Fork 0

JLy/sdsl-lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

SDSL - Succinct Data Structure Library (vgteam fork)

This fork

This is vgteam's fork of the Succinct Data Structure Library (SDSL). As SDSL 2 is no longer maintained, vgteam tools and libraries will depend on this until SDSL 3 is released.

Major changes

  • Switched from C++11 to C++14.
  • sd_vector improvements:
    • sd_vector::one_iterator: Iterator over set bits.
    • Predecessor and successor queries.
    • Defined semantics for an sd_vector encoding a multiset of integers.
    • Smaller size due to a better formula for the number of buckets.
  • rle_vector: A run-length encoded bitvector.
  • Proper support for 64-bit ARM.
  • Support for the simple-sds serialization format:
    • int_vector<0> corresponds to IntegerVector.
    • int_vector<1> corresponds to BitVector.
    • int_vector<8> and int_vector<64> correspond to vectors of bytes and elements.
    • sd_vector<> corresponds to SparseVector.

Tools/libraries using this fork

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bioinformatix/sdsl-lite.git
git@gitee.com:bioinformatix/sdsl-lite.git
bioinformatix
sdsl-lite
sdsl-lite
master

搜索帮助