Tinyqueue Versions Save

The smallest and simplest priority queue in JavaScript.

v2.0.3

4 years ago

Improve TypeScript definitions for pop and peek.

v2.0.2

5 years ago

Improve TypeScript typings.

v2.0.1

5 years ago
  • Export TypeScript typings.
  • Fix a race condition with pop().

v2.0.0

5 years ago

Expose a module entry point with modern ES code.

v1.2.3

6 years ago
  • Add default export for better compatibility with Babel and similar tools.
  • Small performance improvement.

v1.2.2

7 years ago

Fixed a bug when initializing the queue with an empty array.

v1.2.1

7 years ago

Fixed a a few edge cases, including a regression in 1.2.0.

v1.2.0

7 years ago

20% faster, thanks to ideas from FastPriorityQueue.js and qheap.