Monday, 7 November 2016

Few Benchmarks

I've recently played with ipython notebook, and decided to make some speed comparisons, between java, python and scheme (racket)  - can be viewed here.

Edit! After small changes results has changed too.
Edit2! Additional tests here. 
 

2 comments:

  1. Try BigInteger.valueOf(i) instead of new BigInteger().

    ReplyDelete
  2. Thanks for bringing this, updated accordingly.

    ReplyDelete