Implementing an efficient GeoIP lookup using STM and Async (Part 1)
Posted by Philipp Maier | Haskell, STM, Async, Aeson
One of my first private projects I wrote with Haskell involved fetching GeoIP information from a remote service. Now, roughly 1.5 years later, I want to come back to that implementation and reflect on it.