kevburnsjr / microcache

A non-standard HTTP cache implemented as Go middleware
MIT License
155 stars 5 forks source link

Use sync/atomic instead of mutexes for counters #2

Closed erikdubbelboer closed 5 years ago

erikdubbelboer commented 5 years ago

This is much much faster.