erni27 / imcache

A zero-dependency generic in-memory cache Go library
MIT License
123 stars 5 forks source link

Add brief comparison to other in-memory cache libraries #20

Open erni27 opened 1 year ago

erni27 commented 1 year ago

Add a new README section with brief comparison between imcache and other in-memory cache libraries.

It would help users looking for an in-memory cache library to better understand if imcache is a great fit for them.

GreyXor commented 1 year ago

Compare with https://github.com/zekroTJA/timedmap (among others), seems quite similar but is not generic.

erni27 commented 1 year ago

@GreyXor: Thanks! Will take a look when I finally sit down and do it.