Skip to content

Commit ae8ebff

Browse files
committed
bump version
1 parent c224a3b commit ae8ebff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)