home.social

#pypy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pypy, aggregated by home.social.

  1. niklas-heer/speed-comparison: A repo which compares the speed of different programming languages.
    github.com/niklas-heer/speed-c

    This projects tries to compare the speed of different #programming languages. It uses an implementation of the Leibniz formula for π to do the comparison.

    Notably:
    - #Julia is the only dynamically-typed languages amoung the top tier, only ~28ms slower from #Cpp (#Clang).
    - #Rust got a huge boost with nightly compiler (it is said that hand-written SIMD is used?)
    - #Go tops in 3rd tier (very crowded 0.8s~1s)
    - #PyPy and #Haskell (#GHC) are very closed (~1s), preceding #Racket, beating #Python (#NumPy) by a lot (~1.2s)
    - The slowest is #CPython (~86s)

    #Math #ScientificComputing