Go 1.20: memory arenas

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

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • 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.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • 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