luke5542 / LanguageComparison

A comparison of various programming languages for similar problems to demonstrate the syntactic and run-time differences.
0 stars 3 forks source link

Measure timings from within code #2

Closed dan-c-underwood closed 9 years ago

dan-c-underwood commented 9 years ago

Change each example to measure time taken from within the code to minimise the impact of overheads, especially for setup in scripting examples.

luke5542 commented 9 years ago

It looks like, as of right now, the only language missing the internal timing is Rust.

luke5542 commented 9 years ago

@dan-c-underwood Do you think you could add the Cargo setup to get the time library added in?

dan-c-underwood commented 9 years ago

I'll give it a shot! Will be done as part of #8.

luke5542 commented 9 years ago

Closed as of merge of #14