Random Posts
Tags
Categories
Recent Comments
- no@qq.com on GCC 利用未定义行为进行优化正确么?
- 金锋 on 用了很久的全拼改为双拼值得吗?
- smi on 关于
- JackTon on 虚拟机及VmBasic编译引擎说明
- firefly on 如何在八叉树里寻找离某位置最近的点?
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