Skip to content

Commit 34b924b

Browse files
authored
Update README.md
1 parent bced219 commit 34b924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [6-pool.js](https://github.com/HowProgrammingWorks/Queue/blob/main/JavaScript/6-pool.js) — unrolled array + object pool
1010
- [7-current.js](https://github.com/HowProgrammingWorks/Queue/blob/main/JavaScript/7-current.js) — unrolled array combined with pool into common singly linked list
1111
- [8-circular.js](https://github.com/HowProgrammingWorks/Queue/blob/main/JavaScript/8-circular.js) — circular buffer + unrolled array
12-
- [9-no-div.js](https://github.com/HowProgrammingWorks/Queue/blob/main/JavaScript/9-no-div.js) — circular buffer + unrolled array without div operation
12+
- [9-nodiv.js](https://github.com/HowProgrammingWorks/Queue/blob/main/JavaScript/9-nodiv.js) — circular buffer + unrolled array without div operation
1313
- Production-ready code
1414
- Metarhia: [metautil](https://github.com/metarhia/metautil)
1515
- Node.js implementation: [lib/internal/fixed_queue.js](https://github.com/nodejs/node/blob/86bfdb552863f09d36cba7f1145134346eb2e640/lib/internal/fixed_queue.js)

0 commit comments

Comments
 (0)