piston-examples
piston-examples copied to clipboard
Paint example extremely slow in debug mode
trafficstars
The paint example is extremely slow in debug mode. Try:
cargo run --bin paint
vs
cargo run --release --bin paint
Even in release mode it's slow when drawing very rapidly. But more importantly: It OOMs.
Out of memory?
Yup. It quickly fills gigabytes of memory.
@bvssvni curses the rain gods :umbrella: