add readme
add: license
initial commit
It is an informal content of several performance comparisons between languages. The core idea is to separate algorithms and parallelized or not.
For now, the content is
A nice way (I think) to compare performances are using non linear optimization algorithms. They usually are hard. For that, a nice piece of benchmark can be found here (http://www.sfu.ca/~ssurjano/optimization.html).
This is a "naive" approach because it simplifies the wolf condition (ie, to find the minimum x in a given direction) and the derivative is as simple as one can get.
Languages:
Of course! Patches are welcomed!