hamming_rs 0.2.25

Computes Hamming distance and weight -- if available and beneficial, uses a highly optimized avx2 implementation
Documentation
1
2
3
4
5
6
7
8
9
(function() {
    var implementors = Object.fromEntries([["log",[]]]);
    if (window.register_implementors) {
        window.register_implementors(implementors);
    } else {
        window.pending_implementors = implementors;
    }
})()
//{"start":57,"fragment_lengths":[10]}