All Projects → cache → Similar Projects or Alternatives

417 Open source projects that are alternatives of or similar to cache

Olric
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
Stars: ✭ 2,067 (+8168%)
Mutual labels:  cache, lru, lru-cache
disk-lru-cache
💾 Disk LRU cache with persisted journal
Stars: ✭ 21 (-16%)
Mutual labels:  cache, lru, lru-cache
LruClockCache
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
Stars: ✭ 35 (+40%)
Mutual labels:  lru, lru-cache
lru
LRU cache using go generics
Stars: ✭ 108 (+332%)
Mutual labels:  lru, lru-cache
golib
Open version of common golang libraries useful to many projects.
Stars: ✭ 47 (+88%)
Mutual labels:  lru, lru-cache
go-cache-benchmark
Cache benchmark for Golang
Stars: ✭ 47 (+88%)
Mutual labels:  lru, lru-cache
hyperlru
Tiny & Fast LRU Implementation as possible.
Stars: ✭ 34 (+36%)
Mutual labels:  lru, lru-cache
elara
Elara DB is an easy to use, lightweight key-value database that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. 🎯
Stars: ✭ 93 (+272%)
Mutual labels:  cache, lru-cache
gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
Stars: ✭ 15 (-40%)
Mutual labels:  lru, lru-cache
memo-async-lru
Memoize Node.js style callback-last functions, using an in-memory LRU store
Stars: ✭ 17 (-32%)
Mutual labels:  lru, lru-cache
gotcha
[Not Safe For Production] gotcha: inmemory-cache in Go (Golang) with customizable algorithm
Stars: ✭ 13 (-48%)
Mutual labels:  cache, lru-cache
Gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
Stars: ✭ 1,787 (+7048%)
Mutual labels:  cache, lru
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-40%)
Mutual labels:  go-package
bazel-cache
Minimal cloud oriented Bazel gRPC cache
Stars: ✭ 33 (+32%)
Mutual labels:  cache
gut
🍱 yet another collection of go utilities & tools
Stars: ✭ 24 (-4%)
Mutual labels:  go-package
go-which
A cross-platform Go implementation of the which(1) command, usable both as a CLI and library
Stars: ✭ 37 (+48%)
Mutual labels:  go-package
cache-command
Manages object and transient caches.
Stars: ✭ 12 (-52%)
Mutual labels:  cache
memoize
Caching library for asynchronous Python applications.
Stars: ✭ 53 (+112%)
Mutual labels:  cache
currency
A currency computations package.
Stars: ✭ 52 (+108%)
Mutual labels:  go-package
methodtools
Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.
Stars: ✭ 57 (+128%)
Mutual labels:  lru-cache
public
util toolkit for go.golang 通用函数包
Stars: ✭ 135 (+440%)
Mutual labels:  cache
octotui
🐙🐱🖥️ GitHub stats in your terminal
Stars: ✭ 202 (+708%)
Mutual labels:  go-package
ip2proxy-go
IP2Proxy Go package allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.
Stars: ✭ 12 (-52%)
Mutual labels:  go-package
bash-cache
Transparent caching layer for bash functions; particularly useful for functions invoked as part of your prompt.
Stars: ✭ 45 (+80%)
Mutual labels:  cache
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
Stars: ✭ 375 (+1400%)
Mutual labels:  cache
go-memoize
An easy, no-frills memoizer for Go. Cache your expensive function calls.
Stars: ✭ 63 (+152%)
Mutual labels:  cache
Algorithm-Implementation
This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.
Stars: ✭ 16 (-36%)
Mutual labels:  lru-cache
tacky
Primitive Object Memoization for Ruby
Stars: ✭ 14 (-44%)
Mutual labels:  cache
Next Boost
Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.
Stars: ✭ 239 (+856%)
Mutual labels:  cache
infinitree
Scalable and encrypted embedded database with 3-tier caching
Stars: ✭ 80 (+220%)
Mutual labels:  cache
mcache
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
Stars: ✭ 311 (+1144%)
Mutual labels:  lru
tiny-cache
Cache WordPress post content, template part, translations and nav menu output in persistent object cache
Stars: ✭ 26 (+4%)
Mutual labels:  cache
regex-cache
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.
Stars: ✭ 39 (+56%)
Mutual labels:  cache
nginx-cache
Node.js module to find files in an Nginx cache based on partial URL keys
Stars: ✭ 24 (-4%)
Mutual labels:  cache
W3 Total Cache Fixed
A community driven build of W3 Total Cache. The aim is to continuously incorporate fixes, improvements, and enhancements over the official WordPress release of W3 Total Cache.
Stars: ✭ 245 (+880%)
Mutual labels:  cache
growl
gorm, redis and local cache layer
Stars: ✭ 19 (-24%)
Mutual labels:  cache
ultrafetch
Node-based fetch backed with an RFC-7234 compliant filesystem cache.
Stars: ✭ 30 (+20%)
Mutual labels:  cache
Wp Rest Api Cache
Enable caching for WordPress REST API and increase speed of your application
Stars: ✭ 239 (+856%)
Mutual labels:  cache
googletrans
G文⚡️: Concurrency-safe, Free and Unlimited google translate api for Golang. 🔥免费、无限、并发安全的谷歌翻译包
Stars: ✭ 94 (+276%)
Mutual labels:  go-package
netlify-plugin-cache
⚡ Generic plugin for caching any files and/or folders between Netlify builds
Stars: ✭ 19 (-24%)
Mutual labels:  cache
GoCache
A simplest Cache Server based on LRU implementation written in Go
Stars: ✭ 15 (-40%)
Mutual labels:  lru-cache
qcache
In memory cache server with query capabilities
Stars: ✭ 36 (+44%)
Mutual labels:  cache
Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+912%)
Mutual labels:  cache
WP-Stash
Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
Stars: ✭ 31 (+24%)
Mutual labels:  cache
Ionic Cache
Ionic and Angular cache service with IndexedDB, SQLite and WebSQL support
Stars: ✭ 248 (+892%)
Mutual labels:  cache
moment-cache
⏱ Simple utility to cache moment.js results and speed up moment calls.
Stars: ✭ 29 (+16%)
Mutual labels:  cache
Cacache
💩💵 but for your data. If you've got the hash, we've got the cache ™ (moved)
Stars: ✭ 245 (+880%)
Mutual labels:  cache
node-cache-manager-ioredis
Redis store for node-cache-manager using IORedis.
Stars: ✭ 47 (+88%)
Mutual labels:  cache
cache
PSR-16 compatible cache library
Stars: ✭ 30 (+20%)
Mutual labels:  cache
Cphalcon7
Dao7 - Web framework for PHP7.x,项目接洽 QQ 176013762
Stars: ✭ 237 (+848%)
Mutual labels:  cache
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (+4%)
Mutual labels:  cache
Caching
⏱ Caching library with easy-to-use API and many cache backends.
Stars: ✭ 234 (+836%)
Mutual labels:  cache
Sjnetwork
SJNetwork is a high level network request tool based on AFNetworking and inspired on YTKNetwork.
Stars: ✭ 231 (+824%)
Mutual labels:  cache
echo-mw
统一移到hb-go/echo-web ☞
Stars: ✭ 17 (-32%)
Mutual labels:  cache
Torchdata
PyTorch dataset extended with map, cache etc. (tensorflow.data like)
Stars: ✭ 226 (+804%)
Mutual labels:  cache
Laravel App Settings
Store settings in database with a manager UI for your Laravel app
Stars: ✭ 220 (+780%)
Mutual labels:  cache
varnish-cache-reaper
Simple python/twisted HTTP daemon forwarding PURGE and BAN requests to multiple varnish (or other proxy) instances
Stars: ✭ 12 (-52%)
Mutual labels:  cache
storage-box
Intuitive and easy-to-use storage box.
Stars: ✭ 26 (+4%)
Mutual labels:  cache
Cacheable Request
Wrap native HTTP requests with RFC compliant cache support
Stars: ✭ 218 (+772%)
Mutual labels:  cache
Pincache
Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Stars: ✭ 2,513 (+9952%)
Mutual labels:  cache
1-60 of 417 similar projects