Monday 9 January 2017

Volatile In-memory Cache

So I've been digging around looking for some in memory caches which will be a bit more performant and less difficult to wield than a big object in memory. I know about lokijs (paging /u/techfort) and lazy-cache, but I'm not sure honestly what would be the best choice.My requirements include an in-memory datastore for ~100k objects about 50kb in size each, no persistence, quick lookups, easy updates.Any suggestions?

Submitted January 09, 2017 at 04:13PM by damnedmage

No comments:

Post a Comment