29 results for “topic:bit-vector”
BitMagic Library
Greg's Template Library of useful classes.
The RAW arbitrary size Bit-Vector implementation in JavaScript
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Common Lisp library for handling bit vectors, bit vector arithmetic, and type conversions.
Dynatrace FM-Index library
Bit Vector for Humans™
Efficient numerics for bit-space a.k.a GF(2): The C++ version.
A Bitmap library (think BitArray, BitVector32, or Bit Index, not bmp) written in C# with more functionality than the .NET default.
Static bit-vector with primitive byte storage and bit-wise index
A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Efficient numerics for bit-space a.k.a GF(2): The Rust version.
Rust libraries
Set of classes implementing bit vector (an array of individually accessible bits).
Levenshtein using bit vectors
Longest Common Subsequence implemented with Bit-Vectors
A Swift package for bit vectors (also called bit arrays).
http://codeforces.com/contest/1047/problem/C
Longest Common Subsequence implemented with Bit-Vectors
A Wavelet Tree is a Succinct Data Structure that Generalises the Operations of a Bit Vector (like Rank and Select) to an Alphabet of Arbitrary Size. It Works by Recursively Partitioning the Alphabet into Halves, Storing a Bit Vector at Each Node to Indicate which Half an Element Belongs To
Hierarchical bit vector addon for node.js
Benchmarking Bit-vector Arithmetic and Parallelism in Z3
Ordenação linear O(n) e filtragem de duplicatas via manipulação de Bit-Vector com otimização extrema de memória.
Ordenador de valores entre 0 a 5000 com um vetor de bits
Succinct data structures (rank/select, wavelet trees, etc.)
Pure-Python library for working with bit vectors.
Add-on for simongog/sdsl-lite that defines a new compressed bitvector called s9_vector
A Hamming code coder
Simple bit vector implementation in Rust