Decider -- Old
Decider is an implementation of the Heap Sort algorithm to help you prioritize your to-do list. It’s written in Go, and compiled as WASM to run locally in your browser. It uses Local Storage, so your list is your own: nothing is sent to me, I don’t want it.
It was an experiment with writing WASM in Go, and I’m pretty disappointed in the performance.
I’ve since re-written it in Rust, and I’m much happier with it.