文件名称:slabgo:golang的板状内存缓存
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 07:53:50
Go
平板电脑 golang 的类似内存缓存的平板。 概述 该库通过减少垃圾收集来提高重复分配和释放特定对象的应用程序的性能。 对象缓存机制正在引用 Slab 分配器。 Cache +---------------------------------+ | slab list | | +------+ +------+ +------+ | | | slab | | slab | ... | slab | | | +------+ +------+ +------+ | +---------------------------------+ slab +---------------------------+ | object array | | +-----+-----+-----+-----+
【文件预览】:
slabgo-master
----README.ja.md(2KB)
----slab.go(8KB)
----bench_test.go(2KB)
----LICENSE(1KB)
----slab_test.go(12KB)
----README.md(2KB)