Study note

Zero-copy pages in Rust

Properties

Type
Blogs
Status
待读
Domain
Rust
Category
性能、内存与底层机制
Source
redixhumayun.github.io
Vault note
library/articles/rust/Zero-copy-pages-in-Rust-a7c392cf5a82cf0b.md

Summary

关于 Rust 中数据库 page 和 zero-copy 访问的文章,关注如何避免不必要拷贝并安全表达二进制布局。

Highlights

适合数据库/存储系统方向,重点看 slice、lifetime、alignment、serialization 和安全边界。

Notes

数据库页 / zero-copy

Comments

Loading comments...