Skip to content

Instantly share code, notes, and snippets.

View yomichi's full-sized avatar

Yuichi Motoyama yomichi

View GitHub Profile
@yomichi
yomichi / initial_time
Last active January 2, 2016 06:48
initial time of several script languages
$ time julia -e ''
real 0m0.268s
user 0m0.261s
sys 0m0.066s
$ time julia-0.2 -e ''
real 0m2.395s
user 0m2.433s
sys 0m0.117s