Valts Liepiņš
Valts Liepiņš
I decided to take a look at recent publications on memory allocators and I stumbled upon this masters thesis: https://uwspace.uwaterloo.ca/handle/10012/18329 The author experimented with their own memory allocator, but besides...
I've been further investigating state of allocators and snmalloc caught my attention. It's up there with rpmalloc performance, but it's message passing design seems solid for multi-threaded allocation/deallocation pipelines and...
> As far as I know, the best allocator is the one that best suits your particular application's needs. Hence why there are so many projects that have a custom...
@Arpafaucon Are you testing with tracy GUI and client compiled from this commit's checkout? It will most likely fail if you try to use it with too new tracy version,...
Started having this issue as well. `company-mode` is completely unusable for me in `nim-mode`. Poked around source, but didn't find what exactly is causing this, but will try some more.
How about approaching code folds and buffer narrowing in general using concept such as virtual buffers/buffer views? The proposal is to allow taking live slices of a buffer and join...
I don't see how native codegen could change the memory access and allocation patterns. I am not suggesting to use table, but to use a single buffer that is allocated...
* [arcan](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ar/arcan/package.nix) Specifically A12 protocol libraries and arcan-net server/client binary, which is [part of NlNet project](https://nlnet.nl/project/Arcan-A12/). The package builds the whole arcan project though.