toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 13 packages
Sort by PUB-AZS
Utility functions and classes related to the dart:typed_data library.#data-structures
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
Cache based on least recently used eviction strategy with additional typed data support and weak cache layer.#cache#lru#data-structures
A Min-max binary heap data structure implementation. AKA double ended priority queue. Supports generics.#data-structures#priority
A flexible and efficient Quadtree implementation for Flutter and Dart, perfect for spatial indexing, collision detection, and organizing large sets of 2D data.#data-structures#game#games
A Dart BK-Tree implementation for efficient nearest neighbor searches using Hamming distance, optimized for bulk file hash processing and duplicate detection.#data-structures#dart