hamming-weight
There are 10 repositories under hamming-weight topic.
damnever/bitarray
BitArray for Golang
eschmar/postgresql-popcount
PostgreSQL Extension introducing popcount[|32|64|Asm|Asm64|256](bit(n)).
andreaszunker/PTPC
An algorithm for enumerating the minimum weight codewords of pre-transformed polar codes.
mohammad-rowshan/Error-Coefficient-reduced-Polar-PAC-Codes
The Algorithm to construct Error Coefficient-reduced Polar/PAC Codes and enumeration of minimum weight codewords of polar codes
rfalke/hamming-distance-squared-benchmark
How fast can you compute the hamming distances between all elements of a large input list?
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.
ferhaterata/pascal
Towards Automated Detection of Single-Trace Side-Channel Vulnerabilities in Constant-Time Cryptographic Code
heanuea/Theory-of-Algorithms
Covering the areas of computation and computability .
owenlo/Hamming-Python
Hamming Weight and Hamming Distance Calculation in Python