There are 6 repositories under priority-queue topic.
Kue is a priority job queue backed by redis, built for node.js.
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
A collection of powerful data structures
A complete, fully tested and documented data structure library written in pure JavaScript.
A C# priority queue optimized for pathfinding applications
M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
The fastest JavaScript priority queue out there. Zero dependencies.
Go datastructures.
A Generic Priority Queue in Pure Swift
a fast heap-based priority queue in JavaScript
lunar.dev: Ground Control for 3rd Party APIs
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
A priority queue for Rust with efficient change function.
This repo contains solutions to problem of data structures in c++
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
A Simplest Storage-Agnostic and Zero-dep Message Queue for Your Concurrent Go Program
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Coursera's Data Structures and Algorithms Specialization
RxPS - RxJavaPriorityScheduler - A RxJava Priority Scheduler library for Android and Java applications
Contains the solutions for the programming questions in the CodingNinjas Java+DSA course
Ratus is a RESTful asynchronous task queue server. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides a consistent HTTP API for various backends.
Swift Collection Data Structures Library
A sorted queue, based on an array-backed binary heap
:horse: Distribute load on front-end via parallelism
Enhanced AsyncTask library for Android
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
A lightweight job scheduler based on priority queue with timeout, retry, replica, context cancellation and easy semantics for job chaining. Build for golang web apps.