| Ticket UUID: | 53d89166513236b1f4caaefb7c3f25282193a23c | |||
| Title: | Implement OFIndexSet | |||
| Status: | Open | Type: | Feature Request | |
| Severity: | Important | Priority: | Medium | |
| Subsystem: | Resolution: | |||
| Last Modified: | 2025-04-12 15:52:59 | |||
| Version Found In: | Milestone: | |||
| User Comments: | ||||
|
js added on 2025-04-12 15:52:59:
Implement OFIndexSet to store a set of indexes. The most trivial implementation is probably using a bitmap, though that will use a lot of memory when using high indexes. Maybe it's better to store it as a set of ranges? | ||||