Building static binaries with Go on Linux

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. wasm3

    🚀 A fast WebAssembly interpreter and the most universal WASM runtime

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. wabt

    The WebAssembly Binary Toolkit

  4. go-sqlite-bench

    Benchmarks for Golang SQLite Drivers

    Performance is likely part of it. The WASM solution looks faster than modernc: https://github.com/cvilsmeier/go-sqlite-bench

  5. sqlite-vec-go-bindings

    sqlite-vec WASM bindings for ncruces/go-sqlite3, published as a separate repo

    Author here.

    Faster was a by product. Maintainability was the goal.

    API coverage, ergonomics, extensibility all rank higher in my book than performance.

    An example I'd like to cite is sqlite-vec. Alex was able to build a Cgo-free version of it, on his own, which works fine with my bindings. This would be much harder to do with modernc.

    https://github.com/asg017/sqlite-vec-go-bindings

    I'm also adding support for building of the bedrock branch (begin concurrent, wal2).

  6. Toolpacks

    Discontinued Moved to:: https://github.com/pkgforge/soarpkgs

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

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