| Workiva/go-datastructures |
7,165 |
|
0 |
1,615 |
over 2 years ago |
58 |
September 13, 2023 |
29 |
apache-2.0 |
Go |
| A collection of useful, performant, and threadsafe Go datastructures. |
| luciopaiva/heapify |
629 |
|
0 |
4 |
about 4 years ago |
8 |
January 15, 2022 |
3 |
mit |
TypeScript |
| The fastest JavaScript priority queue out there. Zero dependencies. |
| datastructures-js/priority-queue |
460 |
|
14 |
17 |
about 2 years ago |
26 |
May 30, 2023 |
0 |
mit |
JavaScript |
| :1234: A heap-based implementation of priority queue |
| timtadh/data-structures |
377 |
|
6 |
47 |
over 3 years ago |
6 |
July 18, 2022 |
1 |
other |
Go |
| Go datastructures. |
| zsmj2017/MiniSTL |
335 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
C++ |
| Tiny STL based on SGI STL |
| lemire/FastPriorityQueue.js |
317 |
|
57 |
70 |
about 3 years ago |
35 |
March 13, 2023 |
3 |
apache-2.0 |
JavaScript |
| a fast heap-based priority queue in JavaScript |
| tajpouria/algorithms-and-data-structures-cheat-sheet |
286 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
|
Python |
| Providing a summary of important algorithms and data structures along with their key characteristics and use cases. It can be used as a quick reference for solving programming problems or refreshing knowledge of foundational computer science concepts. |
| mourner/tinyqueue |
283 |
|
2,663 |
191 |
almost 6 years ago |
11 |
June 14, 2019 |
1 |
isc |
JavaScript |
| The smallest and simplest priority queue in JavaScript. |
| adamhooper/js-priority-queue |
203 |
|
79 |
66 |
over 6 years ago |
9 |
February 22, 2016 |
0 |
other |
CoffeeScript |
| Priority queues in JavaScript |
| garro95/priority-queue |
145 |
|
13 |
77 |
almost 3 years ago |
37 |
June 14, 2023 |
10 |
lgpl-3.0 |
Rust |
| A priority queue for Rust with efficient change function. |