NBTree: a Lock-free PM-friendly Persistent B+-Tree for eADR-enabled PM Systems
本文为摘录(或转载),侵删,原文为: attachments/pdf/a/p1187-zhang.pdf
PM stands for Persistent Memory, 持久内存,它是一种非易失性内存,即使断电也能保留数据。
eADR 保证了 CPU 缓存中的数据在电源故障时会被刷新到 PM 中
本文为摘录(或转载),侵删,原文为: attachments/pdf/a/p1187-zhang.pdf
PM stands for Persistent Memory, 持久内存,它是一种非易失性内存,即使断电也能保留数据。
eADR 保证了 CPU 缓存中的数据在电源故障时会被刷新到 PM 中
本文为摘录(或转载),侵删,原文为: attachments/pdf/4/p1924-bhattacharya.pdf
FPR: Fault Positive Rate
Partitioned Bloom Filter ,
方法
效果
本文为摘录(或转载),侵删,原文为: attachments/pdf/d/p3385-xu.pdf
本文为摘录(或转载),侵删,原文为: attachments/pdf/c/p259-arman.pdf
Mergesort 优点:
Origami:
本文为摘录(或转载),侵删,原文为: attachments/pdf/3/performanceOf10GbE.pdf
本文为摘录(或转载),侵删,原文为: https://abseil.io/fast
– 可能的情况下编写清晰、惯用的代码
Prefer writing clear, idiomatic code whenever possible. It is not only easier to read
and debug, but in the long run, also easier for the compiler to optimize.