summaryrefslogtreecommitdiff
path: root/AK/DisjointChunks.h
AgeCommit message (Expand)Author
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-17AK: Give DisjointChunks::m_chunks an inline capacity of 1Ali Mohammad Pur
2022-11-17AK: Add a fast path for DisjointChunks::spans()Ali Mohammad Pur
2022-11-17AK: Allow DisjointChunks::spans to return a vector with inline capacityAli Mohammad Pur
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