Changeset [4d4b98e7131fa83ac85606186269790eb6856ad0] by Shayan Pooya
February 27th, 2014 @ 09:07 AM
Avoid using list_to_atom for finding the module name.
According to Erlang efficiency guide, using list_to_atom in this
manner
is a bad practice.
https://github.com/discoproject/disco/commit/4d4b98e7131fa83ac85606...
Committed by Shayan Pooya
- M master/src/web_server.erl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.