File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ The following implementations are tested in the benchmarks:
1414
1515| Project | Class | Symbol |
1616| ----------------------------------------------------------------------------------------------------------------------------------------------------| --------------------| ------------------------------|
17- | lite-fifo 0.3.4 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | ChunkedQueue | ChunkedQueue |
18- | lite-fifo 0.3.4 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | DynamicCyclicQueue | DynamicCyclicQueue |
19- | lite-fifo 0.3.4 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | LinkedQueue | LinkedQueue |
17+ | lite-fifo 1.0.1 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | ChunkedQueue | ChunkedQueue |
18+ | lite-fifo 1.0.1 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | DynamicCyclicQueue | DynamicCyclicQueue |
19+ | lite-fifo 1.0.1 ([ npm] ( https://www.npmjs.com/package/lite-fifo ) , [ code] ( https://github.com/kleinron/lite-fifo ) ) | LinkedQueue | LinkedQueue |
2020| @datastructures-js/queue 4.2.3 ([ npm] ( https://www.npmjs.com/package/@datastructures-js/queue ) , [ code] ( https://github.com/datastructures-js/queue ) ) | Queue | DatastructuresJsQueue |
2121| mnemonist 0.39.8 ([ npm] ( https://www.npmjs.com/package/mnemonist ) , [ code] ( https://github.com/yomguithereal/mnemonist ) ) | Queue | MnemonistQueue |
2222| efficient-data-structures 0.1.310 ([ npm] ( https://www.npmjs.com/package/efficient-data-structures ) , no repo) | Queue | EfficientDataStructuresQueue |
You can’t perform that action at this time.
0 commit comments