bitvector
There are 44 repositories under bitvector topic.
ferrilab/bitvec
A crate for managing memory bit by bit
greg7mdp/gtl
Greg's Template Library of useful classes.
xxsds/sdsl-lite
Succinct Data Structure Library 3.0
teivah/bitvector
Static bit vector structures library
bkille/BitLib
Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.
tulip-control/omega
Specify and synthesize systems using symbolic algorithms
Robbepop/stevia
A simple (unfinished) SMT solver for QF_ABV.
michaeljclark/bignum
C++ bignum with support for arbitrary precision integer arithmetic.
pasta-toolbox/bit_vector
Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.
Vincent-G-Van/AES-Encryption-Python
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
sdasgup3/partial-redundancy-elimination
Partial Redundancy Elimination Pass in LLVM
kawasin73/bitset
Bi-Endian Bit Vector (Array) in Golang
pmatos/racket-bv
Racket bitvectors a-la rosette
nessan/bit
C++ header-only library for working in bit-space/GF(2).
alpaylan/bvrs
A lightweight Rust library for BitVector Rank&Select operations, coupled with a generic Sparse Array implementation.
NicolaAggio/Afternotes
Afternotes from the courses of the master degree course of Computer Science and Information Technology, from the Ca' Foscari University of Venice.
paultristanwagner/satisfiability-checking
Command line tool for SAT solving, SMT solving in various theories (NRA, LRA, LIA, EQ, EQUF, BV)
chakravala/PrimitiveBits.jl
Static bit-vector with primitive byte storage and bit-wise index
haxelion/bva
Bit Vector Arithmetic in Rust
bad-ed/pint
Header-only library for packed integers manipulations
eihwaz/bit-long-vec
Vector with fixed bit sized values stored in long
keilerkonzept/bitknn
Fast exact k-nearest neighbors (k-NN) for 1-bit feature vectors packed into uint64s
nic-obert/bitvec_padded
Bit vector implementation that includes byte padding for safe serialization and deserialization.
ology/Music-CreatingRhythms
Perl from the C code of the book, "Creating Rhythms"
PatrickSteil/BitDatastructures
Project for "Advanced Data Structures" @ KIT in SS 23
recursion-ninja/bv-little
A little endian bit-vector Haskell library
rootslab/toni
Toni, a simple and efficient bitmap implementation for integer sets, using bitwise operations and a Buffer.
sdasgup3/non-separable-global-dataflow-framework
Extend GCC's GDFA Architecture to Non-separable Framwork
softhorny/BitSet
Simple bitset implementation
GateDigger/GDALBitVector
Arbitrary length bitvector implementation utilizing inline CIL
JensUngerer/bitvector-set
Two class libraries in order to work with BitVectors (aka BitSets): the "raw" BitVector class and the ISet abstraction: BitVectorSet.
Konstantin-sudo/OS2_Simple-file-system
University project - File system
pmehnert/ads-project
Project for the lecture Advanced Data Structures during summer term 2023
LennardKittner/bit_vector
A bit vector that supports fast rank and select
rossmerr/bitvector
BitVector
umutsevdi/b_vector
Dynamic boolean vector implementation for C programming language.