File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # vob 3.0.6 (2025-08-14)
2+
3+ * Transparently optimise ` iter_{set|unset}_bits(...).count() ` to use platform
4+ "count bits" directly, rather than forcing the full iterator to execute.
5+ Depending on your machine, this can lead to savings of 2-3 orders of magnitude.
6+
7+ * Implement ` DoubleEndedIterator ` and ` FusedIterator ` for ` Iter{Set|Unset}Bits ` .
8+
9+
110# vob 3.0.5 (2025-06-25)
211
312* Add ` unchecked_get ` and ` unchecked_set ` .
Original file line number Diff line number Diff line change 22name = " vob"
33description = " Vector of Bits with Vec-like API and usize backing storage"
44repository = " https://github.com/softdevteam/vob/"
5- version = " 3.0.5 "
5+ version = " 3.0.6 "
66authors = [" Laurence Tratt <laurie@tratt.net>" ]
77readme = " README.md"
88license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments