Overview
| Artifact ID: | 95e938041fcc90ff93f414221cdfb38ee728200cdd91308139b85656a727a164 |
|---|---|
| Ticket: | 53d89166513236b1f4caaefb7c3f25282193a23c
Implement OFIndexSet |
| User & Date: | js 2025-04-12 15:52:59 |
Changes
- icomment:
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?
- login: "js"
- mimetype: "text/x-markdown"
- priority changed to: "Medium"
- private_contact changed to: "c8a37120da0f2517297a682b10203a3a5eef21c2"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Implement OFIndexSet"
- type changed to: "Feature Request"