forked from cerc-io/ipld-eth-server
191 B
191 B
go-bitfield
This is a simple bitfield package that's about 2-3x faster than using big.Int
s
from the standard library. It also has a better interface (and, e.g., supports
counting ones).