▲ | pixelpoet 4 days ago | ||||||||||||||||
Depends what you consider "modern computing"; I wouldn't like to try Rust development on a 2008 machine, let alone things like path tracing. | |||||||||||||||||
▲ | torginus 4 days ago | parent | next [-] | ||||||||||||||||
Watch this video: https://www.youtube.com/watch?v=m7PVZixO35c New computers aren't as much faster as benchmarks would lead you to believe. If your code relies on unpredictable branches, dependept memory accesses in a tight loop, or very tight feedback loops inside computations, new CPUs won't have that much of an edge. | |||||||||||||||||
| |||||||||||||||||
▲ | cmrx64 4 days ago | parent | prev [-] | ||||||||||||||||
as a counterpoint, I did all of my rust contributions including creating rustdoc on a $300 walmart laptop w/2GB RAM my parents got me in december 2007. you just work differently when that’s your tool :) |