Is WebAssembly magic performance pixie dust?

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

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

    A TypeScript-like language for WebAssembly.

  • If you really think it's noob mistake and you're know how easily to fix that you could try to do that. But first read this comment: https://github.com/AssemblyScript/assemblyscript/issues/1798#issuecomment-819875915

  • libcxx

    Discontinued Project moved to: https://github.com/llvm/llvm-project

  • Literally every vector implementation in existence works like that. The code to do it is really not complicated. Here's the Rust implementation - it literally just doubles the capacity. Doesn't even try to use powers of 2 or anything like that. The Clang one is similar. Literally just max(cap*2, required_cap).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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