文件名称:kv:最终最少的持久键值存储+ LRU缓存
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-21 10:58:33
Go
千伏 最终最少的持久键值存储+ LRU缓存 基准 千伏特: BenchmarkStoreGet-2 20000 59301 ns/op 84.32 MB/s BenchmarkStoreSet-2 20000 68880 ns/op 72.59 MB/s BenchmarkStoreCacheGet-2 3000000 404 ns/op 12347.96 MB/s BenchmarkStoreCacheSet-2 2000000 715 ns/op 6983.40 MB/s // Benchmarks below are copi
【文件预览】:
kv-master
----.gitignore(266B)
----items.go(1KB)
----README.md(3KB)
----LICENSE(1KB)
----store_test.go(6KB)
----.travis.yml(85B)
----store_benchmark_test.go(3KB)
----store.go(6KB)