ipld-eth-server/vendor/github.com/Stebalien/go-bitfield/README.md
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

6 lines
191 B
Markdown

# 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).