ObjFW  Ticket Change Details

Overview

Artifact ID: 95e938041fcc90ff93f414221cdfb38ee728200cdd91308139b85656a727a164
Ticket: 53d89166513236b1f4caaefb7c3f25282193a23c
Implement OFIndexSet
User & Date: js 2025-04-12 15:52:59
Changes

  1. 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?
    
  2. login: "js"
  3. mimetype: "text/x-markdown"
  4. priority changed to: "Medium"
  5. private_contact changed to: "c8a37120da0f2517297a682b10203a3a5eef21c2"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Implement OFIndexSet"
  9. type changed to: "Feature Request"