-
Notifications
You must be signed in to change notification settings - Fork 682
Closed
Labels
subsethb-subset related bugshb-subset related bugs
Description
- Clean up
UnsizedArraytype and use it everywhere. - Implement population caching in
hb_set_t. - Implement
hb_auto_t<>that calls init/fini on the object inside, for auto lifecycle management. - Write down Supplier protocol. A Supplier will have
iter_forward()anditer_backward(). Check for C++ idioms. - Write
sized_array_t<>that takes unsized array-like object and a len and enforces bound checking. - Write
SubsetView<>that takes a set and an array-like object (ensure it has .len) and provides iterators for a subsetted view of the array. - Change/implement
serialize()methods that take atypename Supplierand work with it. - Implement
subset()methods that buildSubsetView<>s and callsserialize().
Metadata
Metadata
Assignees
Labels
subsethb-subset related bugshb-subset related bugs