Hacker News new | ask | show | jobs
by river_styx 6377 days ago
Nice article, but Ruby wouldn't have been my language of choice for illustrating HPC concepts.
2 comments

Why ever not? If you're writing an application in Ruby, you're going to need the fastest algorithms on the block to make up for the interpreter's less than optimal performance. I would think that Ruby (and other dynamic script languages) need this type of technique more than just about any other environment.
The Bloom filter algorithm is written in C anyway... http://github.com/igrigorik/bloomfilter/tree/master/ext/sblo...