2025年里ai coding有一波非常大的能力增长,随着模型能力/agent工具/IDE整个上下游能力的变化,我的使用策略也在不断调整,所以写一篇blog记录下今年我的工具箱变化。视角很不专业,纯粹是一个使用者角度体验(belike 使用评测)。
various existing acceleration techniques for erasure coding, including recent academic work and popular open-source libraries.
Disaggregated Memory is currently a hot topic in systems research, and distributed large-capacity memory clearly requires system-level reliability strategies. While replication has always been a default choice, with many related works, including recent ones like SWARM@SOSP'24, erasure coding is also an option. This article lists existing EC+DM works.
About offloading erasure coding to NICs.
About offloading memory data movement to DMA or DSA engines.
Prefetch to hide memory access latency (CPU stall) What to prefetch When to prefetch Where to place the prefetched data
In this article, we will list several papers on local NVM/PM fault tolerance.
QoS (LB) on persistent memory systems to avoid interference.
Problem Due to RDMA NIC implementation, RNIC doesn't have remote persistent flush primitives. So one-sided write data from clients will write to the volatile cache on RNIC first and then RNIC directly sends ACK back before writing data to PM. As a result, a power loss will break remote data persistence easily.
LogECMem uses a hybrid method of in-place update and Parity logging (PL) for parity updates.