A Deep Dive into Efficient Network Programming
Understand the history and current status of Rust, and why I want to learn Rust
introduce some important functions and methods in the time package
Context switching can slow down performance, taking 2.7-5.48 microseconds. Tools like `vmstat` help diagnose issues. #TechTips
The use of Go heap and its controversy
{
"description":"The article explores why CPUs are significantly slower in accessing hard disks compared to other memory types. It delves into the complexities of I/O operations, the mechanical nature of hard disks, and compares the access times of HDDs and SSDs. Discover how the interaction between the CPU and external storage defines computer performance and efficiency, while uncovering surprises about data access speed and I/O techniques to optimize performance.",
"social":"Ever wondered why your CPU slows down accessing hard disks? Discover the surprising truths about I/O operations and speed differences!"
}
I read a paper about real-world go concurrency error bugs, and here’s a transcript of what I read as a start to learning about go concurrency programming.