vmchale / ats-benchmarks

Benchmarks of ATS compared to Rust and Haskell
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Comments from the /r/rust thread #1

Closed gnzlbg closed 6 years ago

gnzlbg commented 6 years ago

In the /r/rust thread: https://www.reddit.com/r/rust/comments/7pe925/more_examples_of_haskell_running_5x_faster_than/

people mentioned that:

Thought I would mention these here in case you hadn't seen the thread, good work! I liked the article!

vmchale commented 6 years ago

Explanations regarding caching and how to verify results here.

Not really sure where += would be useful.

Veedrac commented 6 years ago

You can check that it's memoized by Debug.Trace.traceing the multiplication if you're skeptical.