Opened 12 years ago
Closed 9 years ago
#5159 closed Feature Requests (fixed)
find_first()/find_next(): simplify and optimize
| Reported by: | Owned by: | acharles | |
|---|---|---|---|
| Milestone: | Boost 1.56.0 | Component: | dynamic_bitset |
| Version: | Boost Development Trunk | Severity: | Optimization |
| Keywords: | Cc: |
Description
The patch simplifies calculation of the next 1-bit in bitset block. It should increase the performance of bitset traversal, although no benchmarks were done.
See also ticket:5128 for another find_next()/find_first()-related optimization.
Attachments (1)
Change History (7)
by , 12 years ago
| Attachment: | find_next.patch added |
|---|
comment:2 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Proposed fix in: https://github.com/boostorg/dynamic_bitset/pull/1
comment:3 by , 9 years ago
| Type: | Patches → Feature Requests |
|---|
comment:4 by , 9 years ago
| Milestone: | To Be Determined → Boost 1.56.0 |
|---|
comment:6 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

dynamic_bitset::find_next() optimization