7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.
Principalele funcționalități ale jitbit/fastcache sunt: Caching.
Alternativele open-source pentru jitbit/fastcache includ: alibaba/tair — A distributed key-value storage system developed by Alibaba Group. aliostad/cachecow — An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server. artsy/garner — A set of Rack middleware and cache helpers that implement various caching strategies. aschuch/awesomecache — Delightful on-disk cache (written in Swift). aspnet/caching — [Archived] Libraries for in-memory caching and distributed caching. Project moved to… 3rd-eden/memcached — memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and…
A distributed key-value storage system developed by Alibaba Group
An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
A set of Rack middleware and cache helpers that implement various caching strategies.
memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and exceptional performance in mind. We use consistent hashing to store the data across different nodes. Consistent hashing is a scheme that provides a hash table functionality in a way…