Skip to content

Commit

Permalink
perf: Optimize the performance of indexOf, lastIndexOf, slice, and sp…
Browse files Browse the repository at this point in the history
…lice methods in Queue, Deque, SinglyLinkedList, and DoublyLinkedList. The performance is now satisfactory with a dataset of 1 million elements.
  • Loading branch information
zrwusa committed Dec 5, 2024
1 parent 4a522db commit 9224252
Show file tree
Hide file tree
Showing 12 changed files with 598 additions and 282 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"auto-changelog": "^2.5.0",
"avl-tree-typed": "^1.54.2",
"avl-tree-typed": "^1.54.3",
"benchmark": "^2.1.4",
"binary-tree-typed": "^1.54.2",
"bst-typed": "^1.54.2",
"data-structure-typed": "^1.54.2",
"binary-tree-typed": "^1.54.3",
"bst-typed": "^1.54.3",
"data-structure-typed": "^1.54.3",
"dependency-cruiser": "^16.5.0",
"doctoc": "^2.2.1",
"eslint": "^9.13.0",
Expand All @@ -78,7 +78,7 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"fast-glob": "^3.3.2",
"heap-typed": "^1.54.2",
"heap-typed": "^1.54.3",
"istanbul-badges-readme": "^1.9.0",
"jest": "^29.7.0",
"js-sdsl": "^4.4.2",
Expand Down
Loading

0 comments on commit 9224252

Please sign in to comment.