Commit Graph

  • 39a789b068 Bounds and queue size checking can now be disabled master Nocturn9x 2022-11-09 13:01:00 +0100
  • eaaac53be0 Updated example in README Nocturn9x 2022-11-09 12:55:53 +0100
  • 11448193ea Minor updates to example script Nocturn9x 2022-11-09 12:55:14 +0100
  • 09b73c35e6 Changes to README Nocturn9x 2022-03-16 14:18:47 +0100
  • 667d2502bf Changes to README Nocturn9x 2022-03-16 14:12:17 +0100
  • 42527dd61e Changes to README Nocturn9x 2022-03-16 14:11:58 +0100
  • 49d7ae6c8e Changes to README Nocturn9x 2022-03-16 14:08:39 +0100
  • e2e66db49b Yeeted numbers from performance bench Nocturn9x 2022-03-16 13:47:57 +0100
  • 71fa891f9e Separated tests and benchmark Nocturn9x 2022-03-16 13:42:30 +0100
  • f979af98d3 Added test for find Nocturn9x 2022-03-16 13:39:32 +0100
  • a3bcbc36e3 Added find() procedure Nocturn9x 2022-03-16 13:31:29 +0100
  • b90a38298f Minor change in LinkedDeque.add() Nocturn9x 2022-03-16 13:23:19 +0100
  • d29f29a4b8 Fixed insert() tests Nocturn9x 2022-03-16 11:13:21 +0100
  • 5f31aa2944 Exported maxSize proc, fixed insert() behavior with insertion at the last index Nocturn9x 2022-03-16 11:08:21 +0100
  • 6f450cb5ca Exported extendLeft and added test for it. Added performance metrics and TODOs to README Nocturn9x 2022-03-16 10:11:38 +0100
  • b24d00af83 Brought back benchSize to 1.5 million Nocturn9x 2022-03-15 17:41:05 +0100
  • dbcc992006 Added extendLeft Nocturn9x 2022-03-15 17:40:34 +0100
  • 9ee6bdfb96 Updated README, added equality test and pop benchmark Nocturn9x 2022-03-15 17:22:03 +0100
  • 2fba62708f Added clear and clearPop to README Nocturn9x 2022-03-15 16:57:23 +0100
  • ebe84962b9 Fixed benchmark (seq.del was O(1), didn't update start after random queue test) Nocturn9x 2022-03-15 16:55:08 +0100
  • 1c6aa863eb Refactored test and benchmark, extended README, added clear and clearPop methods, added equality operator, reversedPairs iterator and extend procedures Nocturn9x 2022-03-15 16:34:50 +0100
  • 35956f1464 Added support for a max queue size, fixed a bug in pop with backward index and updated tests. Added examples in README Nocturn9x 2022-03-15 12:26:09 +0100
  • e3eb0b0ff9 Minor documentation additions Nocturn9x 2022-03-14 18:31:01 +0100
  • 36cced8ff1 Fixed pop() at the end, added random insertion test, added BackwardsIndex support Nocturn9x 2022-03-14 18:29:12 +0100
  • 4dfefba043 Added insert() and related tests (+ more length checks) Nocturn9x 2022-03-14 12:04:12 +0100
  • 178af73fc9 Restructured project Nocturn9x 2022-03-14 11:07:46 +0100
  • f81f344d45 Added LinkedDeque implementation and tests Nocturn9x 2022-03-14 10:33:51 +0100
  • 6455695dc8 Initial commit Mattia Giambirtone 2022-03-14 10:36:41 +0100