popcount
There are 17 repositories under popcount topic.
kimwalisch/libpopcnt
🚀 Fast C/C++ bit population count library
WojciechMula/sse-popcount
SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
mklarqvist/positional-popcount
Fast C functions for the computing the positional popcount (pospopcnt).
mklarqvist/libalgebra
Fast C header-only library for popcnt, pospopcnt, and set algebraic operations
mklarqvist/libflagstats
Efficient C functions to compute the summary statistics (flagstats) for sequencing read sets.
mklarqvist/StormBitmaps
Fast algorithms for computing XX^T for binary matrices
eschmar/postgresql-popcount
PostgreSQL Extension introducing popcount[|32|64|Asm|Asm64|256](bit(n)).
virtyaluk/Bit-Twiddling-Hacks
Bit Twiddling Hacks (Bit manipulation tips and tricks guide) by Sean Eron Anderson
anilsathyan7/ConvAcc
Accelerating convolution using numba, cupy and xnor in python
tokenrove/tiny-compact-map
Simple compact popcount array map
js-choi/proposal-popcount
Draft specification for bit popcount in JavaScript.
HydrogenxPi/bit14
A recreation of the c++20 bit.h header written in c++14.
jkr2255/bit_utils
Utility methods for bitwise operations in Ruby.
dougives/weighted-rng
Generates random values with a specific hamming weight.
toutane/popcount
Popcount is a program that returns the number of set bits, that is, bit whose value is 1, in a uint64 value, which is called its population count.
B-Moritz/Quantum-Popcount-algorithms
Exploration of popcount algorithms for Quantum Computers.
KusaReMKN/popcount.com
Count the number of one bits of standard input