Node.js 14 is over 20x faster than Python3.8 for fib(n)

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fibonacci-benchmark

    Kotlin fibonacci benchmark

  • Surprisingly fast, code is here.

  • Deno-vs-Node-Performance

    Discontinued Performance comparison of Deno and Node.js on over 30 tests

  • benchmarks indicate (for the test cases provided) deno is slower https://github.com/mayankchoubey/Deno-vs-Node-Performance

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • proposal-ptc-syntax

    Discussion and specification for an explicit syntactic opt-in for Tail Calls.

  • V8 implemented tail call optimization in the past, and the V8 team backed the TC39 proposal for syntactic tail calls (where you'd write return continue func() to make the use of TCO explicit). In Node 6 and 7 we could use them with the flag --harmony-tailcalls. The feature was removed from Node 8 after that proposal didn't go anywhere, but it's interesting, and shows some interest.

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Have you tried Deno? https://deno.land

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts