2025-3-09 周记 0x009
· Life
Review
Perspectives on async
Cooperative and preemptive multitasking, schedulers, concurrency vs parallelism models, and how they influence language features. Case studies in Go and Rust internals, and mentions of Python, JavaScript, C#, Dart, and Lua.
What Color is Your Function?•Goroutines•Async/Await•Structured concurrency
SQLite-on-the-Server Is Misunderstood: Better At Hyper-Scale Than Micro-Scale
https://rivet.gg/blog/2025-02-16-sqlite-on-the-server-is-misunderstood
单机 SQLite 在嵌入式里应用很广,里面提到常见数据库构架, SQLite-on-the-server for micro-scale apps,Hyper-Scale Sharded Databases & Partitioning Keys,SQLite Database Per Partition 一些优缺点。