bitcount
Provides efficient one-bits count method extension for default int.
0.4.0
akhomchenko/bitcount
What this package is like to depend on
Last release 4 months ago
20 Apr 2026
Release timing varies
gaps range from 8 months to 4.4 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
7 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2020 to Apr 2026
2021
2022
2023
2024
2025
2026
Releases
latest 7-
0.4.020 Apr 2026Release notes
Open source →- Rename docs directory to doc
- Document 0.4.0 release notes
- Exclude internal docs from published package
-
0.3.016 Nov 2021Release notes
Open source →Added
- instructions on how to run benchmark.
Changed
- bitcount on native is no longer 2 32 bit counts but a single 64 bit one.
- code no longer detects if it is running on JS but using dart2js hack but
relies on conditional imports and
dart.library.jsavailability. - increased number of iterations in benchmark. Helps to see the difference in this library case.
-
0.2.021 Mar 2021Release notes
Open source →Added
- null safety.
- tests will be executed each Monday against stable SDK.
Changed
- minimal supported SDK version is 2.12 (due to null safety).
Removed
- Github actions support for SDK versions < 2.10.
-
0.1.316 Mar 2021Release notes
Open source →Added
- Github action to have automated tests / analyze
Fixed
- minimal supported SDK version was always 2.7 as extensions were released in 2.7.
Changed
- homepage URL due to Github login change.
-
0.1.221 Feb 2020Release notes
Open source →Fixed
- switched visibility for implementation detail so it is no longer exposed as public.
-
0.1.121 Feb 2020Release notes
Open source →Changed
- moved example from
READMEtoexampledirectory. - updated description to have more details.
Fixed
- bump minimum required sdk version. Extension methods were added in
2.6.0.
- moved example from
-
0.1.021 Feb 2020