|
|
|
|
|
by eridius
4824 days ago
|
|
I've looked at Erlang before, and I would certainly agree that it's far simpler to write a concurrent application in Erlang than it would be in C. I'm just taking issue with the bit at the end, where they're bragging about removing a serial bottleneck by rewriting zlib in Erlang in order to remove a lock. Rewriting it in Erlang really doesn't have anything at all to do with switching to a lock-free data structure. |
|
I think what they meant to say was that they parallelized the image processing mechanism of the application as a whole.