Computers are fast
blog.hackensplat.com
Computers are fast
1–10 of 54 posts
Re: Computers are fast
#2And with a bit of optimization, it would be even quicker.
Re: Computers are fast
#3OTOH, I encounter the "computers are fast" phenomenon 9 out of ten times.
Re: Computers are fast
#4But why then it is so annoying that Visual Studio starts longer than my whole custom linux system in VM on the same computer...
Re: Computers are fast
#5Yes. Computers are fast. Who cares about algorithms... Premature optimization is evil... But why then it is so annoying that Visual Studio starts longer than my whole custom linux system in VM on the same computer...
But I sure as heck grumble when my computer is slow. "You've got, like, 800 hojillion cycles a second!" I say to it. "How hard is opening a program?!"
Is that hypocritical?
Re: Computers are fast
#6Yes. Computers are fast. Who cares about algorithms... Premature optimization is evil... But why then it is so annoying that Visual Studio starts longer than my whole custom linux system in VM on the same computer...
Re: Computers are fast
#7I sometimes feel bad that I'm not more of an "algorythms developer", that I don't read all(any) research papers, that I don't remember what RedBlack Trees are, that other than minimal attention to using decent basic structures and reasonable bigO operaions (e.g hashes, don't pop of front of array in loop) when I sit down and code I invariably brute force it. OTOH, I encounter the "computers are fast" phenomenon 9 out…
Speed is a direct product of simplicity, and for me simple is elegant. I also think speed is important enough for me to feel strongly about cutting down a "feature" or two, to just make the damned thing not take all night to solve your sudoku..
Re: Computers are fast
#8Yes. Computers are fast. Who cares about algorithms... Premature optimization is evil... But why then it is so annoying that Visual Studio starts longer than my whole custom linux system in VM on the same computer...
I'm not sure if you're being sarcastic or not, but I'm on the same page. I try to focus on clarity and elegance in my code, and only worry about speed if it turns out to be slow. But I sure as heck grumble when my computer is slow. "You've got, like, 800 hojillion cycles a second!" I say to it. "How hard is opening a program?!" Is that hypocritical?
Disclaimer: I am using custom gnu/linux built entirely form sources.
Re: Computers are fast
#9Re: Computers are fast
#10Yes. Computers are fast. Who cares about algorithms... Premature optimization is evil... But why then it is so annoying that Visual Studio starts longer than my whole custom linux system in VM on the same computer...
I blame I/O. It's pretty fast warmed up.