This pet project was born out of an issue I could not find the root cause for:
time (qtile cmd-obj -f windows &>/dev/null)
real 4.73s
user 1.09s
sys 3.64s
cpu 99%
No benchmarking needed:
time (cargo run --release -q -- cmd-obj -f windows &>/dev/null)
real 0.06s
user 0.00s
sys 0.00s
cpu 2%
THIS PROJECT IS STILL IN THE EARLY STAGES!
- Add tests