Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 636 Bytes

go-popcount

Build Status GoDoc

Description

PopCount implementation for Go. Using hardware POPCNT instruction if available it.

Installation

This package can be installed with the go get command:

go get github.com/hideo55/go-popcount

Documentation

API documentation

License

MIT License