The smallest and simplest priority queue in JavaScript.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
TinyQueue is a lightweight JavaScript library that implements a binary heap priority queue, providing efficient insertion and removal of prioritized items. It's designed for developers who need a simple, dependency-free solution for managing ordered data, such as task scheduling or pathfinding algorithms. The library is easy to use, supports custom comparators, and is suitable for both small and large-scale applications.