π§± v0.0.0-dev.1 — First Brick
π§± v0.0.0-dev.1 — First Brick
We’re excited to announce the first prerelease of @fizzwiz/sorted: v0.0.0-dev.1 — the First Brick in what aims to become a foundational library for priority-aware collections and custom equivalence models.
This release introduces the core building blocks:
π§ Core Abstractions
Collection– a base interface for iterable containersQueue– an extension for prioritizing and structuring exploration
π¦ Concrete Implementations
ArrayQueue– a simple queue based on insertion orderSortedArray– a comparator-based queue maintaining sorted state
These implementations offer different notions of equivalence — by insertion order or by comparator — laying the groundwork for more powerful models based on representation functions, coming soon.
π§ͺ This is a prerelease, but it’s ready to explore. Your early feedback will help guide the evolution of the API and shape upcoming features.
Start experimenting. Push boundaries. Let’s build something powerful — together.
— @fizzwiz ✨
Comments
Post a Comment