Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Brilliant coders can be terrible writers (Score 1) 545

Within reason of course. It is hard for the code to be much simpler than the problem it solves or the algorithm it implements. Some code will require a bit of study to understand, no matter how cleanly you write it. Sometimes it makes sense to use a less optimal algorithm to simplify the code but sometimes you actually need the performance.

Comment Re:Should have used PHP. (Score 1) 324

the way gcc compiles the big delegator switch in MRI's core, with a large sparse stack that causes ridiculous memory consumption (and sometimes even leaks).

Couldn't the code be written in a way that gcc can compile efficiently then? Seems like a simpler solution. For a large static switch a perfect hash might be an option.

Slashdot Top Deals

"It might help if we ran the MBA's out of Washington." -- Admiral Grace Hopper

Working...