All work — Systems — 2026
ForgeQueue
A Rust CLI for work prioritisation, written for throughput on large queues.
Runs natively — not a browser app
Ask me about this
The problem
Prioritising tens of thousands of items in a scripting language means waiting.
How I approached it
Rust with zero-copy parsing over the input queue and an allocation-light scoring pass.
The outcome
Large queues sorted in the time it takes to read them.

Next project