19 skills found
kimwalisch / Libpopcnt🚀 Fast C/C++ bit population count library
WojciechMula / Sse PopcountSIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
mklarqvist / Positional PopcountFast C functions for the computing the positional popcount (pospopcnt).
mklarqvist / LibalgebraFast C header-only library for popcnt, pospopcnt, and set algebraic operations
BartMassey / Popcountpopcount algorithms in C and Rust
tmthrgd / Go PopcountA population count implementation for Golang. [Not maintained].
tairenpiao / XNOR Popcount GEMM PyTorch CPU CUDAA PyTorch implemenation of real XNOR-popcount (1-bit op) GEMM Linear PyTorch extension support both CPU and CUDA
clausecker / PospopcntAVX-2 vectorised 8-bit positional popcount for Go
hideo55 / Go PopcountPopCount implementation for Go. Using hardware POPCNT instruction if available it.
prateek22sri / XNOR Net Binary ConnectA hardware implementation of a feed-forward Convolutional Neural Network called XNOR-Net which has faster execution due to the replacement of vector-matrix multiplication to “XNOR + Popcount” operation
mklarqvist / LibflagstatsEfficient C functions to compute the summary statistics (flagstats) for sequencing read sets.
mklarqvist / StormBitmapsFast algorithms for computing XX^T for binary matrices
komrad36 / PopcountFastest possible x86 implementation of popcount/population count/Hamming weight/counting set bits
virtyaluk / Bit Twiddling HacksBit Twiddling Hacks (Bit manipulation tips and tricks guide) by Sean Eron Anderson
regehr / Lean4 PopcountNo description available
eschmar / Postgresql PopcountPostgreSQL Extension introducing popcount[|32|64|Asm|Asm64|256](bit(n)).
anilsathyan7 / ConvAccAccelerating convolution using numba, cupy and xnor in python
js-choi / Proposal PopcountDraft specification for bit popcount in JavaScript.
tokenrove / Tiny Compact MapSimple compact popcount array map