Y
Hacker News
new
|
ask
|
show
|
jobs
by
fruneau
4638 days ago
Wording issue fixed.
1 comments
dman
4638 days ago
Is the source for the allocators freely available? Would love to study those.
link
fruneau
4638 days ago
Unfortunately, not for the moment.
link
aktau
4638 days ago
I'd also like to put in a request for either open-sourcing or a more detailed overview of the implementations, they sound really interesting.
link
fruneau
4638 days ago
I'll consider writing a more detailed article on the subject. Open-sourcing the code will not be possible in the short-term.
link
robjh
4637 days ago
In lieu of the implementation, I'd like to know if these allocators are themselves based on malloc or if you have some tricky assembly/kernel code going on somewhere.
link
fruneau
4637 days ago
These allocators are based on mmap to build the arenas.
link
deletes
4638 days ago
+1, for request of implementation details. I'm really curious about this.
link