Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sat, 24 Mar 2018 05:24:00 +0000 Video: The hidden micro-service - caching with Go at Netflix #data #caching Netflix is well known for championing the microservice model, but within the complex layers of dependencies is a hidden service: the caching layer. The Netflix customer experience relies heavily on caches to provide a high-volume, low latency, globally available data layer that backs our stateless services. Throughout a typical customer experience, from sitting down on the couch through playing a movie, caches play a role in every interaction. The use cases here range from session storage to video history to subscriber status, all of which benefit from the stability and fault tolerance of EVCache, the primary caching system in use at Netflix. 12 points posted by kenny https://www.youtube.com/watch?v=Rzdxgx3RC0Q 1580 Fri, 20 Jan 2017 13:24:00 +0000 Video: Slice performance through cache friendliness #dotgo #performance #caching A talk by Damian Gryski at DotGo 2016. Modern computers have multiple layers of caches between the processor and main memory. Algorithms which effectively use these caches can be orders of magnitude faster than those that don’t. Damian looks at how using slices can make your inner loops more cache friendly. 11 points posted by kenny http://www.thedotpost.com/2016/10/damian-gryski-slices-performance-through-cache-friendliness 1656 Wed, 01 Feb 2017 14:28:00 +0000 Slides: Slices - performance through cache friendliness #caching #performance #dotgo A talk at dotgo 2016 by Damian Gryski 7 points posted by kenny https://go-talks.appspot.com/github.com/dgryski/talks/dotgo-2016/slices.slide 1597 Sun, 22 Jan 2017 13:05:00 +0000