summaryrefslogtreecommitdiff
path: root/AK/DisjointChunks.h
AgeCommit message (Expand)Author
2022-02-27AK: Skip over initial empty chunks in DisjointChunkskleines Filmröllchen
2022-02-27AK: Make DisjointChunks support FixedArraykleines Filmröllchen
2022-02-27AK: Make DisjointChunk::append move the new chunkkleines Filmröllchen
2022-02-27AK: Export DisjointSpans into the global namespacekleines Filmröllchen
2021-12-24AK: Make `Disjoint*::is_empty()` not call sizeMichel Hermier
2021-12-24AK: Add `DisjointChunkc::ensure_capacity`Michel Hermier
2021-12-21AK: Make DisjointChunks not query size() when there are no chunksAli Mohammad Pur
2021-12-21AK: Add Disjoint(Chunks Spans)::find(index)Ali Mohammad Pur
2021-09-14AK: Add an abstraction over multiple disjoint buffersAli Mohammad Pur