toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 7 packages
Sort by PUB-AZS
Collections and utilities functions and classes related to collections.#collections#data-structures
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.#collections#data-structures#functional#graph#unicode
WeakMap is a map where the keys are weakly referenced. WeakContainer lets you check if an object is the same you had before. Cache functions for memoization with weak-references.#memory#memory-management#cache#collections#data-structures
A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.#data-structures#collections#ordered-set
Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.#collections#immutable#data-structures#functional
A persistent treap for Dart. A heap balanced randomized binary tree with efficient value semantics.#treap#data-structures#collections#functional
emory efficient integer map implementation in dart.#collections#data-structures