LO VS duckdb-wasm

Compare LO vs duckdb-wasm and see what are their differences.

LO

LO - small programming language targeting WASM that aims to be as simple as possible (by glebbash)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
LO duckdb-wasm
5 19
463 1,463
0.2% 4.2%
9.6 9.3
18 days ago 5 days ago
Rust TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LO

Posts with mentions or reviews of LO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-26.

duckdb-wasm

Posts with mentions or reviews of duckdb-wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-12.
  • The DuckDB Local UI
    19 projects | news.ycombinator.com | 12 Mar 2025
  • How about trailing commas in SQL?
    6 projects | news.ycombinator.com | 11 Feb 2025
    DuckDB has this feature:

    duckdb> select 1,2,;

    returns 1 and 2

    https://shell.duckdb.org

  • Ask HN: How did you scale your analytics workloads (Postgres)?
    1 project | news.ycombinator.com | 1 Dec 2024
    DuckDB should give you everything with regards to DevEx that you seem to be needing.

    You're not specifying what volume we're talking about here, but I'd be surprised if you can't go a long way with DuckDB. Ultimately the bottleneck for latency will be memory?

    You can run it in a browser [0].

    DuckDB's docs and blog are full of great content with regards to optimizing:

    How to tune workloads: https://duckdb.org/docs/guides/performancehow_to_tune_worklo...

    Performance guide: https://duckdb.org/docs/guides/performance/overview.html

    Optimizers in DuckDB: https://duckdb.org/2024/11/14/optimizers.html

    I'm sure there is more.

    If I were in your shoes, even if you don't settle on DuckDB, it would be my go to benchmark due to ease of use and unoptimized speed.

    Anything else out there like chDB (Clickhouse) or Apache Datafusion should be worth the effort.

    For a detailed benchmark of DuckDB vs. Clickhouse for an orientation, see: https://bicortex.com/duckdb-vs-clickhouse-performance-compar...

    0: https://github.com/duckdb/duckdb-wasm

  • Notes on the new Claude analysis JavaScript code execution tool
    2 projects | news.ycombinator.com | 25 Oct 2024
  • Sqlite3 WebAssembly
    20 projects | news.ycombinator.com | 15 Oct 2024
  • What Happens When You Put a Database in the Browser?
    5 projects | news.ycombinator.com | 26 Jun 2024
    I tried https://shell.duckdb.org/, but it was a very rough experience.

    The "delete" button does not work. The "home" button inserts a whitespace. Pasting with "Ctrl+v" also does not work. Every keypress results in blinking, and there is a notable input lag.

    When I tried a query

        duckdb> SELECT * FROM 'https://clickhouse-public-datasets.s3.amazonaws.com/github_events/partitioned_json/*.gz'
  • Big Data Is Dead
    3 projects | news.ycombinator.com | 27 May 2024
    I witness the overengineering regarding "big" data tools and pipelines since many years... For a lot of use cases, data warehouses and data lakes are only in the gigabytes or single-digit terabytes range, thus their architecture could be much more simplified, e.g. running DuckDB on a decent EC2 instance.

    In my experience, doing this will yield the query results faster than some other systems even starting the query execution (yes, I'm looking at you Athena)...

    I even think that a lot of queries can be run from a browser nowadays, that's why I created https://sql-workbench.com/ with the help of DuckDB WASM (https://github.com/duckdb/duckdb-wasm) and perspective.js (https://github.com/finos/perspective).

  • Lo – simple WASM native language
    11 projects | news.ycombinator.com | 26 May 2024
  • Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data
    5 projects | news.ycombinator.com | 22 Apr 2024
    i think duckdb-wasm is closer to 6MB over wire, but ~36MB once decompressed. (see net panel when loading https://shell.duckdb.org/)

    the decompressed size should be okay since it's not the same as parsing and JITing 36MB of JS.

  • 42.parquet – A Zip Bomb for the Big Data Age
    1 project | news.ycombinator.com | 26 Mar 2024

What are some alternatives?

When comparing LO and duckdb-wasm you can also consider the following projects:

moonbit-docs - The docs of MoonBit programming language

chdb - chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse

pglite - Embeddable Postgres with real-time, reactive bindings.

ch32fun - Open source minimal stack for the ch32 line of WCH processors, including the ch32v003, a 10¢ 48 MHz RISC-V Microcontroller - as well as many other chips within the ch32v/x line.

chasm - A WebAssembly runtime built on Kotlin Multiplatform

web-llm - High-performance In-browser LLM Inference Engine

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured

Did you know that Rust is
the 5th most popular programming language
based on number of references?