1 repository
Data structures that track structural mutations and trigger reactive callbacks when items change.
Distinct from Data Structures: Distinct from general Data Structures: specifically focuses on reactive tracking of structural modifications and observer notifications.
Explore 1 awesome GitHub repository matching part of an awesome list · Reactive. Refine with filters or upvote what's useful.
Collections is a JavaScript data structure library that provides unified interfaces for sets, maps, ordered sequences, and key-value storage. It includes capacity-bounded eviction mechanisms, categorical grouping, and set membership collections designed to organize and manage complex datasets through consistent traversal methods. The library offers advanced primitives such as circular ring buffers that automatically discard old entries upon reaching capacity limits, and comparator-driven sorted sequences maintained through binary search positioning. It supports persistent state snapshotting v
Tracks structural modifications in real time to notify observers and trigger reactive callbacks.