|
|
|
|
|
by yencabulator
2233 days ago
|
|
> You don’t have that option in Go Sure you do. You can even build one from nothing but mmap in pure Go. It just won't be part of the garbage collection, so you get malloc/free or arenas etc, just like in C/Rust/whatever. |
|