Commit Graph

4 Commits

Author SHA1 Message Date
Derrick J. Wippler
054f2178b4 Client keep-alives and hotcache changes
* Now Associating the transport with peer `httpGetter` so we take advantage of
  connection reuse.  This lowers the impact on DNS and improves preformance for
  high request volume low latency applications.
* Now always populating the hotcache. A more complex algorithm is unnecessary
  when the LRU cache will ensure the most used values remain in the cache. The
  evict code ensures the hotcache does not over crowd the maincache.
2019-06-03 10:20:40 -05:00
Derrick J. Wippler
a4f69dc48c Changed import path to mailgun/groupcache 2019-04-10 15:09:20 -05:00
Harald Nordgren
d7bca77b06 Bump Travis versions 2018-10-20 01:13:27 +02:00
Kevin Burke
fbb51cdece
Add travis.yml
This will run automated tests against PR's for the groupcache library.
2018-05-12 17:39:11 -07:00