bitcount 0.3.0

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

Provides efficient one-bits count method extension for default int.

bitcount

Description

More or less fast bit count (also known as popcount) extension for default int.

How to use

See example directory.

How to benchmark

$ dart run benchmark/bitcount.dart

License

MIT