← Back to context

Comment by aunty_helen

7 hours ago

I’ve been doing this on a large system I’m building. Anything that takes longer than an hour to run, processes a high rate of events (maybe >5/s averaged over a day) or has downstream gpu waiting for it.

Python + tests cross compiled to rust has huge benefits for memory footprint and secondly cpu.

It’s allowing me to achieve wonders on a small amount of hardware.