C# arena-allocator

Open-source C# projects categorized as arena-allocator

C# arena-allocator Projects

  • Varena

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

  • Project mention: Nuke: A memory arena implementation for Go | news.ycombinator.com | 2024-03-04

    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.

  • 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
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Index

Project Stars
1 Varena 155

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com