GoCache: Raw TCP, Concurrency Lessons, and Ctrl+C Trap
Overall Description
What does the cache data structure look like?
The cache combines two simpler data structures: a hashmap and a linked list.
The hashmap stores references to nodes in the linked list
blaiselm.hashnode.dev4 min read