🧱 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 containers
  • Queue – an extension for prioritizing and structuring exploration

📦 Concrete Implementations

  • ArrayQueue – a simple queue based on insertion order
  • SortedArray – 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

Popular posts from this blog

🧠 Contemplating a True Set