๐ TOC
๐ Table of Contents
Welcome! This page is your guide to the most relevant posts and documentation for the @fizzwiz/sorted library.
Whether you're just getting started or diving into advanced topics, this is your map.
๐ Getting Started
Welcome
What to expect, who it’s for, and how the posts are organized.Quick Start
How to install the library and write your first sorted collections.Introduction
A deeper look at the motivation, design philosophy, and goals of the library.Contribute & Feedback
Share your thoughts, report issues, or get involved in shaping the project.
๐ API Overview
๐งฌ The Core Package
Foundational abstractions for collecting and sorting items.
๐จ๐ฉ๐ง๐ฆ The Collection Interface
Abstract definition of a general collection.๐ง๐ง♂️๐ง♀️ The Queue Interface Abstract interface for sorted collections.
The Queue Package
Concrete queues for collecting, grouping, and ordering items.
⚙️ The ArrayQueue Class
A queue preserving insertion order.⚖️ The SortedArray Class
A queue ordered by a comparator.☯️ The Classifier Class
A rich sorted, sparse, multivalued map.๐ชท The TrueSet Class
A rich set implementing equivalence by representation function.
๐ง Concepts & Patterns
- Equivalence in JavaScript – Contemplating a True Set
From classic value equality to richer equivalence via representation.
๐ฏ Practical Examples
Coming soon — stay tuned!
๐ฃ Releases & Updates
- ๐ฆ v0.0.0-dev.1 — The First Brick
Launching the initial pre-release with core concepts and foundational queues.
๐ This page will be updated regularly — bookmark it to stay oriented as the project grows!
Comments
Post a Comment