高性能内存绑定Go缓存-Golang开发

时间:2024-06-15 08:08:13
【文件属性】:

文件名称:高性能内存绑定Go缓存-Golang开发

文件大小:334KB

文件格式:ZIP

更新时间:2024-06-15 08:08:13

Golang Caching

Ristretto Ristretto是使用TinyLFU允许策略和Sampled LFU逐出策略的快速并发缓存库。 建立Ristretto的动机来自对Dgraph中无争用缓存的需求。 Ristretto Ristretto是一个快速的并发缓存库,其重点是性能和正确性。 建立Ristretto的动机来自对Dgraph中无争用缓存的需求。 具有高命中率-结合我们独特的准入/退房政策配对,Ristretto的性能堪称一流。 驱逐:SampledLFU-与精确的LRU相当,并且在搜索和数据库跟踪上具有更好的性能。 门票:TinyLFU-几乎没有内存开销的额外性能(12 b


【文件预览】:
ristretto-master
----ttl.go(3KB)
----.deepsource.toml(189B)
----store_test.go(4KB)
----cache_test.go(20KB)
----.github()
--------ISSUE_TEMPLATE(151B)
--------workflows()
--------CODEOWNERS(203B)
----z()
--------mmap_plan9.go(1KB)
--------simd()
--------rtutil_test.go(5KB)
--------z.go(4KB)
--------calloc.go(2KB)
--------flags.go(7KB)
--------calloc_64bit.go(491B)
--------histogram.go(5KB)
--------mmap_darwin.go(2KB)
--------rtutil.go(3KB)
--------flags_test.go(2KB)
--------calloc_test.go(3KB)
--------bbloom_test.go(2KB)
--------btree.go(17KB)
--------histogram_test.go(1KB)
--------LICENSE(3KB)
--------calloc_nojemalloc.go(977B)
--------mmap_unix.go(2KB)
--------file_default.go(1KB)
--------mmap_windows.go(2KB)
--------bbloom.go(6KB)
--------buffer_test.go(7KB)
--------rtutil.s(0B)
--------mmap.go(1KB)
--------file_linux.go(1KB)
--------mmap_linux.go(3KB)
--------btree_test.go(13KB)
--------README.md(5KB)
--------z_test.go(3KB)
--------allocator_test.go(4KB)
--------calloc_jemalloc.go(5KB)
--------buffer.go(13KB)
--------file.go(6KB)
--------allocator.go(8KB)
--------calloc_32bit.go(485B)
----sketch.go(4KB)
----policy.go(10KB)
----ring.go(3KB)
----test.sh(582B)
----LICENSE(10KB)
----benchmarks()
--------Hit Ratios - Search (ARC-S3).svg(148KB)
--------Hit Ratios - Database (ARC-DS1).svg(157KB)
--------Throughput - Mixed.svg(127KB)
--------Hit Ratios - CODASYL (ARC-OLTP).svg(91KB)
--------Throughput - Read (Zipfian).svg(131KB)
--------Hit Ratios - Glimpse (LIRS-GLI).svg(101KB)
--------Throughput - Write (Zipfian).svg(130KB)
----sketch_test.go(2KB)
----sim()
--------gli.lirs.gz(6KB)
--------sim.go(5KB)
--------sim_test.go(2KB)
----policy_test.go(5KB)
----CHANGELOG.md(1KB)
----stress_test.go(3KB)
----cache.go(20KB)
----go.sum(2KB)
----README.md(9KB)
----ring_test.go(1KB)
----contrib()
--------memtest()
--------memtestc()
--------demo()
----go.mod(423B)
----store.go(6KB)

网友评论