top | item 46288971 (no title) auxym | 2 months ago Also this Nim library: https://github.com/nim-works/loonyWhich is based on: https://ieeexplore.ieee.org/document/9490347 discuss order hn newest JonChesterfield|2 months ago The paper is annoyingly difficult to locate but the author's implementation is at https://github.com/oliver-giersch/looqueue-rs elcritch|2 months ago Checkout the Nim-loony repo in the paper folder for the pdf. load replies (1) viega|2 months ago So that work came after mine, and seems to be a FIFO not a ring buffer. The library I built at the time also had FIFOs and LIFOs that were tweaks on previous algorithms, but nothing earth shaking. I'll check this one out when I can though.
JonChesterfield|2 months ago The paper is annoyingly difficult to locate but the author's implementation is at https://github.com/oliver-giersch/looqueue-rs elcritch|2 months ago Checkout the Nim-loony repo in the paper folder for the pdf. load replies (1)
viega|2 months ago So that work came after mine, and seems to be a FIFO not a ring buffer. The library I built at the time also had FIFOs and LIFOs that were tweaks on previous algorithms, but nothing earth shaking. I'll check this one out when I can though.
JonChesterfield|2 months ago
elcritch|2 months ago
viega|2 months ago