This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Perl 組み込みの vec() によるビットベクトルに対して rank() / select() 可能にするクラス vec() による Succinct Data Structure。select() は rank() の binary search で実装。 - c.f. http://codezine.jp/article/detail/260 * TODO - Bit::Vector は名前 CPAN のと被った - Bit::Vector::Succinct にはサイズ指定が必要? (範囲を超えたとき結果がおかしい) - Bit::Vector は byte 単位の入出力だが SucBV はワード単位 → 32 bit ずつ扱う? - ベンチマーク - popcount() を XS に?












