TmLev / skipper

Various skip list implementations
MIT License
4 stars 0 forks source link

Lock-Free: proper allocator #11

Open TmLev opened 4 years ago

TmLev commented 4 years ago

For a lock-free version of SkipList a lock-free (or really close to it) allocator is needed.

References:

Dan-Do commented 2 years ago

Hello @TmLev I suggest these mallocs: https://github.com/mjansson/rpmalloc https://github.com/microsoft/snmalloc

TmLev commented 2 years ago

Hi, @Dan-Do!

Thank you for reaching out.

I'm not sure whether the work on this project will continue any time soon or even continue at all, but allocators you suggested look promising.