Building static binaries with Go on Linux

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wasm3

    🚀 A fast WebAssembly interpreter and the most universal WASM runtime

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • wabt

    The WebAssembly Binary Toolkit

  • 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

  • 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).

  • Toolpacks

    📦 Largest Collection of Multi-Platform (Android|Linux|Windows) Pre-Compiled (+ UPXed) Static Binaries (incl. Build Scripts) :: https://bin.ajam.dev

  • 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

  • Show HN: Clace – Application Server with support for scaling down to zero

    7 projects | news.ycombinator.com | 11 Sep 2024
  • Gitea is charging $$ for open-source contributions

    2 projects | news.ycombinator.com | 9 Sep 2024
  • Accelerating the deployment of NestJS and Angular using public Github runners and creating intermediate Docker images

    2 projects | dev.to | 8 Sep 2024
  • Use Terraform module from a private git project with Atlantis

    3 projects | dev.to | 16 Aug 2024
  • How to let ChatGPT call functions in your app

    2 projects | dev.to | 14 Aug 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?