Random Posts
Tags
Categories
Recent Comments
- smi on 关于
- JackTon on 虚拟机及VmBasic编译引擎说明
- firefly on 如何在八叉树里寻找离某位置最近的点?
- billy on 笔记软件为何需要本地存储?
- lee on 异步事件模型的 Self-pipe trick
Links
Meta
Monthly Archives: March 2008
[业余土制] SlabPlus内存分配算法
This is an enhanced SLAB algorithm implementation in application layer, which provides O(1) memory allocating and efficient memory recycling. application layer slab allocator implementation O(1) allocating / free: almost speed up 500% – 1200% vs malloc re-implementation of page supplier: … Continue reading