toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 8 packages
Sort by PUB-AZS
Utility functions and classes related to the dart:typed_data library.#data-structures
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.#collections#data-structures#functional#graph#unicode
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 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
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