ipld-eth-server/vendor/github.com/Stebalien/go-bitfield
2019-12-02 13:24:49 -06:00
..
bitfield.go update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
LICENSE update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
package.json update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00
README.md update dependencies to work with update eth-block-extractor 2019-12-02 13:24:49 -06:00

go-bitfield

This is a simple bitfield package that's about 2-3x faster than using big.Ints from the standard library. It also has a better interface (and, e.g., supports counting ones).