An open API service indexing awesome lists of open source software.

https://github.com/guibressan/garena

Experimental arena allocator written in Go
https://github.com/guibressan/garena

allocator arena go golang

Last synced: 5 months ago
JSON representation

Experimental arena allocator written in Go

Awesome Lists containing this project

README

          

# garena: simple and experimental arena allocator for Go
---

## Some Benchmarks
![bench](img/bench.png "Benchmark on MBP M1")
![bench](img/bench_x86_64.png "Benchmark on old core i5")

* Bench 1 (single allocation speed) -> at least 77% faster than GC alloc
* Bench 2 (multiple allocation speed) -> at least 770% faster than GC alloc