k-sone / critbitgo

crit-bit for golang and its applications (sorted map, IP routing table)
MIT License
45 stars 14 forks source link

What happened with the slab allocator? #8

Open 0joshuaolson1 opened 6 years ago

0joshuaolson1 commented 6 years ago

https://github.com/k-sone/critbitgo/branches

k-sone commented 6 years ago

There was no performance improvement as I thought.

It seems better to use Go language standard memory allocator.