Go 1.20: memory arenas

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    The Go programming language

  • This post is based on arena package proposal by Dan Scales and arena performance experiment by thepudds.

  • generic

    A collection of generic data structures written in Go.

  • You might also consider using other data structures instead of slices, for example, a linked list can be grown without an issue.

  • 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
  • You can achieve even better results in small toy applications. For example, you can take the Binary Trees example from Benchmark Games and change the code to use memory arenas:

  • arena-performance

    Go stdlib arenas: benchmarking and possibly improving arena performance (Go proposal #51317)

  • This post is based on arena package proposal by Dan Scales and arena performance experiment by thepudds.

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