Mattia Giambirtone nocturn9x
  • Italy
  • https://nocturn9x.space
  • A fan of the FOSS philosophy, *nix systems and Python. Occasionally a freelance Software Developer

  • Joined on 2022-01-23
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-15 17:01:11 +01:00
2fba62708f Added clear and clearPop to README
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-15 16:58:56 +01:00
ebe84962b9 Fixed benchmark (seq.del was O(1), didn't update start after random queue test)
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-15 16:38:39 +01:00
1c6aa863eb Refactored test and benchmark, extended README, added clear and clearPop methods, added equality operator, reversedPairs iterator and extend procedures
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-15 12:29:57 +01:00
35956f1464 Added support for a max queue size, fixed a bug in pop with backward index and updated tests. Added examples in README
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-14 18:34:46 +01:00
e3eb0b0ff9 Minor documentation additions
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-14 18:32:58 +01:00
36cced8ff1 Fixed pop() at the end, added random insertion test, added BackwardsIndex support
4dfefba043 Added insert() and related tests (+ more length checks)
Compare 2 commits »
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-14 11:14:28 +01:00
178af73fc9 Restructured project
nocturn9x pushed to master at nocturn9x/nimdeque 2022-03-14 10:59:18 +01:00
f81f344d45 Added LinkedDeque implementation and tests
nocturn9x created repository nocturn9x/nimdeque 2022-03-14 10:36:41 +01:00
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-03-13 18:59:10 +01:00
38698ec72a Minor changes to error handling in main loop + changes to boot script and config
5f965826ea Shell has stderr working now
Compare 2 commits »
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-03-12 18:49:10 +01:00
99fd4171ed NimD now checks if another instance is running before starting up
e34e48f87c Updated README with note to scripts folder for testing
df1371c13f Added build and startup scripts
d240d05cef Minor changes to nimDExit and shutdown.nim
Compare 4 commits »
nocturn9x synced commits to master at nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
81e95feea4 Beautified code and moved visitor methods to camelCase naming convention
nocturn9x synced new reference main to nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
nocturn9x synced commits to main at nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-03-01 13:16:18 +01:00
c0a3c18140 Minor changes
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-02-28 19:55:04 +01:00
4689552832 More nodes! :D
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-27 20:36:18 +01:00
e76998f29f Added experimental network channels
ed6aba490f Added two-way proxy example stolen from njsmith and fixed bug with io_release_task being fucking dumb
b8ee9945c1 Minor changes
800a173aa6 Minor change to task_ipc test
3ec0864734 Added experimental memory channels
Compare 5 commits »
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-27 04:16:19 +01:00
3eb6844848 Hopefully fixed giambio.Queue
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-26 20:06:19 +01:00
da9a579caf Changed version back to 0.x.x because giambio isn't ready yet
f38e508ef6 Fixed bug where suspended tasks would not be purged upon exiting
Compare 2 commits »
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-02-26 18:08:18 +01:00
0b145a2dfe Changes to norlangarth's README