aboutsummaryrefslogtreecommitdiffstats
path: root/femtoqueue.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename node_name to node_idJan Tuomi2025-05-151-5/+5
|
* Replace uuidv4 call with urandomJan Tuomi2025-05-141-3/+3
|
* Improve performance on large queuespoksiala2025-05-141-15/+17
|
* Cache results of listdir in memoryJan Tuomi2025-05-141-14/+26
|
* Protect against partial writes by using write + rename patternJan Tuomi2025-05-141-4/+13
|
* Ensure ordering at microsecond resolutionJan Tuomi2025-05-141-6/+8
|
* Update latest_stale_check_ts after checkJan Tuomi2025-05-141-0/+1
|
* Perf improvementsJan Tuomi2025-05-141-12/+9
|
* Add initial implJan Tuomi2025-05-141-0/+134