Nuke: A memory arena implementation for Go

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nuke

    ⚡ A memory arena implementation for Go. (by ortuman)

  • go

    The Go programming language

  • related: https://github.com/golang/go/issues/51317

  • 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
  • Arenas

    Unmanaged arena memory allocators for C#/CSharp with easy interactions between managed and unmanaged references

  • Never heard of this concept I found this

    https://github.com/Enichan/Arenas

    For C#.

    Been trying to get into more managed memory in C#, so this might be something good for that.

  • Varena

    Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.

  • Another one is https://github.com/xoofx/Varena

    Arguably, there's less need for arenas in C# in most scenarios than in Go because of easy object and array pooling out of box with ArrayPool, ObjectPool (Sdk.Web workload) and stackalloc/InlineArray and co. You can also just use malloc/free directly with NativeMemory.Alloc/Free instead.

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

  • Creating a personal AI assistant a.k.a An approachable series on learning new stuff!

    1 project | dev.to | 10 May 2024
  • It's always TCP_NODELAY. Every damn time

    7 projects | news.ycombinator.com | 9 May 2024
  • Arena-Based Parsers

    4 projects | news.ycombinator.com | 8 May 2024
  • Go: the future encoding/json/v2 module

    2 projects | dev.to | 2 May 2024
  • Evolving the Go Standard Library with math/rand/v2

    2 projects | news.ycombinator.com | 1 May 2024