Skip to content

FastStats - based on the log analysis engine, this brings the core statistics engine out as a self contained module for usage in any solution. Consider this an experiment,

Notifications You must be signed in to change notification settings

rauls/FastCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

FastCache

Similar to memcached, but hopefully faster and better, with multi-depth lists. So not all keys are in a single global space, but Key->Key2->Key3->value is three separate lists. The primary purpose of this is to be ultra fast in random reads from millions of keys, but if nothing else.

This will be a nodejs-module, so that it can be used directly in any high level app, or converted to a server.

It will be a very fast 4DHashMap.

About

FastStats - based on the log analysis engine, this brings the core statistics engine out as a self contained module for usage in any solution. Consider this an experiment,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published