anthonymorast / julia-speedtest

A comparison of numerical algorithms written in C/C++ and Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia Speedtest

The Julia programming lagnauge often claims to be as fast as C/C++ (at least with mathematical algorithms) but as easy to write as Python. This, coupled with my interested in learning the language, has inspired me to implement a series of mathematical algorithms in both langauges and compare their run times.

About

A comparison of numerical algorithms written in C/C++ and Julia


Languages

Language:C++ 48.2%Language:Julia 37.6%Language:Makefile 9.6%Language:C 4.7%