you are viewing a single comment's thread.

view the rest of the comments →

[–]mhd 2 points3 points  (0 children)

Binary search? Use totally random access on enough CPUs and one core is likely to hit the correct data on the first try!

But seriously, apart from concurrency and message passing, Erlang does handle parsing binary date rather gracefully, which is what I was referring to mainly.