golang-github-dgryski-go-bits-dev

Amd64 optimized bit operations
  https://github.com/dgryski/go-bits
  0
  no reviews



Package bits provides amd64 optimized bit operations. for example, clz() counts leading zeroes and popcnt() counts the number of bits set.