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.
TCP's four-way handshake ensures data integrity, handles latency, and manages half-closed states for reliable disconnection. Curious?
IPv6 has been around for a long time, and I have dealt with many IPv6 tasks in my work. However, I never thought about switching my EC2…
In 2023, there have been some changes to Go’s concurrency library, and this article provides an overview of these changes. Minor details such as typos and documentation changes will not be covered.