An open API service providing repository metadata for many open source software ecosystems.

Topic: "lru-cache"

isaacs/node-lru-cache

A fast cache that automatically deletes the least recently used items

Language: TypeScript - Size: 1.76 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 5,540 - Forks: 358

aio-libs/async-lru

Simple LRU cache for asyncio

Language: Python - Size: 451 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 803 - Forks: 59

EchoVault/SugarDB

Embeddable and distributed in-memory alternative to Redis.

Language: Go - Size: 13.9 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 469 - Forks: 35

rookLab/react-component-caching

Speedier server-side rendering with component caching in React 16

Language: JavaScript - Size: 476 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 389 - Forks: 26

lamerman/cpp-lru-cache

Simple and reliable LRU cache for c++ based on hashmap and linkedlist

Language: C++ - Size: 238 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 375 - Forks: 111

mailgun/holster

A place to keep useful golang functions and small libraries

Language: Go - Size: 24.5 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 291 - Forks: 34

patrixr/strapi-middleware-cache 📦

:electric_plug: A cache middleware for https://strapi.io

Language: JavaScript - Size: 4.75 MB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 290 - Forks: 27

kittinunf/Fuse

The simple generic LRU memory/disk cache for Android written in Kotlin

Language: Kotlin - Size: 5.44 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 284 - Forks: 27

vpetrigo/caches

C++ cache with LRU/LFU/FIFO policies implementation

Language: C++ - Size: 1.83 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 277 - Forks: 70

orca-zhang/ecache

🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.

Language: Go - Size: 949 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 251 - Forks: 28

goldsborough/lru-cache

:dizzy: A feature complete LRU cache implementation in C++

Language: C++ - Size: 13.7 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 249 - Forks: 29

lonelyenvoy/python-memoization

A powerful caching library for Python, with TTL support and multiple algorithm options.

Language: Python - Size: 207 KB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 239 - Forks: 15

nitaiaharoni1/vector-storage

Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.

Language: TypeScript - Size: 175 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 220 - Forks: 38

greg7mdp/gtl

Greg's Template Library of useful classes.

Language: C++ - Size: 2.38 MB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 181 - Forks: 11

lukeed/tmp-cache

A least-recently-used cache in 35 lines of code~!

Language: JavaScript - Size: 17.6 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 177 - Forks: 8

iwanbk/bcache

Eventually consistent distributed in-memory cache Go library

Language: Go - Size: 35.2 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 159 - Forks: 20

saurabh0719/elara

Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart:

Language: Python - Size: 424 KB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 122 - Forks: 8

dboslee/lru

LRU cache using go generics

Language: Go - Size: 7.81 KB - Last synced at: 21 days ago - Pushed at: almost 3 years ago - Stars: 119 - Forks: 7

arbazsiddiqui/lru-cache-node

A lighting fast cache manager for node with least-recently-used policy.

Language: JavaScript - Size: 642 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 118 - Forks: 8

al8n/caches-rs

This is a Rust implementation for popular caches (support no_std).

Language: Rust - Size: 322 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 109 - Forks: 16

iamsinghrajat/async-cache

A caching solution for asyncio

Language: Python - Size: 67.4 KB - Last synced at: 21 days ago - Pushed at: 6 months ago - Stars: 98 - Forks: 23

go-pkgz/expirable-cache

Expirable Go LRC\LRU cache without goroutines

Language: Go - Size: 32.2 KB - Last synced at: 1 day ago - Pushed at: 27 days ago - Stars: 85 - Forks: 10

youknowone/methodtools

Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.

Language: Python - Size: 26.4 KB - Last synced at: 6 days ago - Pushed at: 9 months ago - Stars: 81 - Forks: 11

yysskk/MemoryCache 📦

LRU, type-safe, thread-safe memory cache class in Swift

Language: Swift - Size: 7.41 MB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 78 - Forks: 5

johnsiilver/golib

Open version of common golang libraries useful to many projects.

Language: Go - Size: 13.1 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 76 - Forks: 9

vmihailenco/go-cache-benchmark

Cache benchmark for Golang

Language: Go - Size: 96.7 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 72 - Forks: 14

saurabh0719/go-hashlru

A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:

Language: Go - Size: 33.2 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 72 - Forks: 2

sysulq/golang-lru Fork of hashicorp/golang-lru

Golang LRU cache with expire feature.

Language: Go - Size: 78.1 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 66 - Forks: 12

karlseguin/cache.zig

A thread-safe, expiration-aware, LRU cache for Zig

Language: Zig - Size: 89.8 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 59 - Forks: 4

tugrul512bit/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.

Language: C++ - Size: 456 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 54 - Forks: 5

dasebe/webcachesim

A C++11 simulator for a variety of CDN caching policies.

Language: C++ - Size: 24.5 MB - Last synced at: 18 days ago - Pushed at: over 4 years ago - Stars: 51 - Forks: 58

hyerania/Belady-Cache-Replacement

Using Belady's algorithm for improved cache replacement

Language: C++ - Size: 2.8 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 47 - Forks: 7

feross/async-lru

A simple async LRU cache supporting O(1) set, get and eviction of old keys

Language: JavaScript - Size: 19.5 KB - Last synced at: 13 days ago - Pushed at: almost 5 years ago - Stars: 46 - Forks: 1

leohowell/redis-lru

LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru

Language: Python - Size: 23.4 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 43 - Forks: 13

dasebe/optimalwebcaching

Derive the optimal cache hit ratio for Internet request traces with variable object sizes.

Language: C++ - Size: 801 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 8

TwiN/gocache

High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction

Language: Go - Size: 1.17 MB - Last synced at: 3 days ago - Pushed at: 26 days ago - Stars: 40 - Forks: 5

alexcambose/custom-cache-decorator

A TypeScript library providing a customizable cache decorator for methods. This library allows you to easily cache method results with configurable caching mechanisms.

Language: TypeScript - Size: 483 KB - Last synced at: 11 days ago - Pushed at: 11 months ago - Stars: 40 - Forks: 0

arindas/generational-lru

A generational arena based LRU Cache implementation in 100% safe rust.

Language: Rust - Size: 2.64 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 40 - Forks: 1

opencoff/go-sieve

SIEVE cache - simpler than LRU

Language: Go - Size: 15.6 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 36 - Forks: 3

Kikobeats/hyperlru 📦

Tiny & Fast LRU Implementation as possible.

Language: JavaScript - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 34 - Forks: 6

FishGoddess/cachego

一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache

Language: Go - Size: 502 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 32 - Forks: 4

jchristn/Caching

Simple FIFO and LRU cache in C#

Language: C# - Size: 5.24 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 32 - Forks: 6

ikod/cachetools

python cachetools for dlang

Language: D - Size: 2.24 MB - Last synced at: 6 days ago - Pushed at: 28 days ago - Stars: 28 - Forks: 7

gozeloglu/cache

LRU-based cache package for Go.

Language: Go - Size: 50.8 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 28 - Forks: 4

solkin/disk-lru-cache

💾 Disk LRU cache with persisted journal

Size: 434 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 26 - Forks: 10

breid48/cacheing

Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.

Language: Python - Size: 214 KB - Last synced at: 14 days ago - Pushed at: 11 months ago - Stars: 26 - Forks: 0

fdhhhdjd/Web-Online-School-Libary-Book

NodeJs,ReactJs,Redux,Aws,Postgresql,Docker,Redis,Nginx,Swagger,Telegram,... 📦

Language: JavaScript - Size: 5.81 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 11

eggjs/egg-lru

egg lru-cache plugin

Language: JavaScript - Size: 63.5 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 25 - Forks: 2

wellwelwel/lru.min

🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).

Language: TypeScript - Size: 160 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 24 - Forks: 1

wenzhang-dev/bitcaskDB

Light-weight, fast, fixed capacity key/value storage engine base on bitcask storage model

Language: Go - Size: 241 KB - Last synced at: 6 days ago - Pushed at: 11 days ago - Stars: 20 - Forks: 6

nisarg0/Algorithm-Implementation

This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.

Language: C++ - Size: 32.3 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 20 - Forks: 7

bxcodec/gotcha 📦

gotcha: inmemory-cache in Go (Golang) with customizable algorithm

Language: Go - Size: 74.2 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 4

nrkno/nodecache-as-promised

In-memory cache supporting promise based workers and middleware hooks (distributed expiry and persistence provided)

Language: JavaScript - Size: 985 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 5

tusharf5/runtime-memcache

runtime-memcache is a javascript key-value store for chunks of arbitrary data (strings, objects, numbers) from results of database calls, API calls, or etc. It supports many commonly used caching policies.

Language: JavaScript - Size: 608 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 20 - Forks: 1

floatdrop/lru

Thread safe GoLang LRU cache

Language: Go - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 20 - Forks: 0

HolenZhou/rxcache

A library of LRU cache and support Rx.

Language: Java - Size: 115 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 20 - Forks: 3

warxander/lruc

Modern, fast and lightweight C++11 LRU in-memory cache implementation

Language: C++ - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 18 - Forks: 5

Verizon/safecache

A thread-safe and mutation-safe LRU cache for Python.

Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 5

obrhoff/SwimplyCache

LRU Cache written in Swift.

Language: Swift - Size: 17.6 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 0

feross/memo-async-lru

Memoize Node.js style callback-last functions, using an in-memory LRU store

Language: JavaScript - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 17 - Forks: 1

vpaliy/lru-expiring-cache

Dictionary-like data structure, supporting LRU caching semantics and data expiration mechanism.

Language: Python - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 16 - Forks: 5

anuj-rai-23/Adaptive-Replacement-Cache-ARC-Algorithm

A project for Advanced Operating System(CS604) that implements ARC cache replacement policy.

Language: C++ - Size: 716 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 5

kadnan/GoCache

A simplest Cache Server based on LRU implementation written in Go

Language: Go - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 2

ahtrahdis7/node-lru-cache-js

An implementation of LRU Cache using Doubly Linked Lists and Maps with O(1) read and write time complexity. [500+ NPM Downloads]

Language: JavaScript - Size: 214 KB - Last synced at: 28 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

cloudxaas/gocache

One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing

Language: Go - Size: 309 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 13 - Forks: 3

jkelin/cache-sqlite-lru-ttl

SQLite cache with LRU and TTL eviction

Language: TypeScript - Size: 36.1 KB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 1

HoneyCakeTeam/Trivia-Game

an android app built with Jetpack Compose 🎉

Language: Kotlin - Size: 1.68 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 5

tinovyatkin/tlru

Time aware least recently used (TLRU) cache for Node

Language: TypeScript - Size: 2.04 MB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

liltoto/LRU

Simple and powerful LRU cache for Deno

Language: TypeScript - Size: 17.6 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 2

mpfdavis/outputcache

Cache api responses using Redis, Memcached or any cache provider for NodeJS

Language: JavaScript - Size: 90.8 KB - Last synced at: 28 days ago - Pushed at: almost 7 years ago - Stars: 13 - Forks: 4

benhurdavies/node-cache-engine

High performing caching package for node/javascript

Language: TypeScript - Size: 956 KB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 12 - Forks: 1

dualinventive/go-lruttl

LRU cache with TTL (based on golang/groupcache/lru)

Language: Go - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 2

alxkm/cache

Simple cache implementation on java

Language: Java - Size: 85.9 KB - Last synced at: 30 days ago - Pushed at: 11 months ago - Stars: 11 - Forks: 3

tugrul512bit/VirtualMultiArray

C++ virtual-array implementation that uses all graphics cards in system as storage (with LRU cache eviction on RAM) and uses OpenCL for data transfers. (Random access: faster than HDD) (Sequential access: faster than SSD) (big objects: faster than NVMe)

Language: C++ - Size: 9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 1

apollo008/orchid-fst

This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.

Language: C++ - Size: 7.31 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

jahnestacado/tlru

A Time-aware Least Recently Used cache implementation in Go with configurable eviction policy

Language: Go - Size: 342 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 10 - Forks: 2

caldito/mimcas

Multithreaded In-Memory Cache Server

Language: Go - Size: 4.32 MB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 0

tickbh/algorithm-rs

about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构

Language: Rust - Size: 221 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 9 - Forks: 0

silentroach/modern-lru 📦

LRU cache implementation in modern javascript fully compatible with Map

Language: JavaScript - Size: 303 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 2

GabrielBB/Android-Bitmap-DiskCache

Java implementation of a Disk-based LRU cache for Android Bitmaps

Language: Java - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 6

AleksaMCode/cache-simulator

Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.

Language: C# - Size: 5.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

kernel0x/falcon

📦 Thread-safe, crypto-protected, multi-level lru caching with a life cycle

Language: Kotlin - Size: 175 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

jackhftang/lrucache.nim

LRU cache in pure nim

Language: Nim - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 7

maxim2266/gen-cache 📦

LRU cache code generator for Go

Language: Go - Size: 50.8 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

shgopher/godata

Basic data structures and operations written in Go, such as trie, bloom filter union&find etc.

Language: Go - Size: 48.8 KB - Last synced at: 27 days ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 1

Nicolab/crystal-lru-cache

:gem: key/value LRU cache that supports lifecycle, global size limit and expiration time.

Language: Crystal - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 2

atlekbai/go-memofy

Simple, In-Memory cache for function calls. Cache function call results.

Language: Go - Size: 4.88 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 1

hua1995116/LRU-node-addon

A native module for Node supporting LRU (least-recently-used).

Language: C++ - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 5

Xchunguang/React-Next

React服务器端渲染实践-Next.js

Language: JavaScript - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 0

HengXin666/HXLibs

C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件, 支持断点续传; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体(可以无宏反射到聚合类), 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等

Language: C++ - Size: 1.44 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

godaddy/out-of-band-cache

A generic cache for API clients with out-of-band refreshing

Language: JavaScript - Size: 253 KB - Last synced at: about 2 hours ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 4

cnoelle/lru-cache-idb

A least-recently-used (LRU) cache for web applications, based on IndexedDB

Language: TypeScript - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 7 - Forks: 0

chenhao-ye/gcache

High-performance header-only LRU cache library.

Language: C++ - Size: 153 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 7 - Forks: 0

healeycodes/oak-lru-cache

🌳 An LRU cache written in Oak.

Size: 6.84 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

shubhamsawantsjsu/Distributed-File-Storage-System

An open-source, scalable, decentralized, robust, heterogeneous file storage solution which is fault tolerant, replicated, distributed and lets you upload, download, and see the catalog of other cluster with low latency and LRU cache capabilities.

Language: Python - Size: 13.5 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 3

sebelga/gstore-cache

Google Datastore cache layer for the Node.js API

Language: JavaScript - Size: 3.65 MB - Last synced at: 21 days ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 1

golang-plus/caching

Package caching providers a scalable cache component.

Language: Go - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

francescorivola/rabbit-lru-cache

A lib to invalidate lru cache keys in distributed systems powered by rabbitmq.

Language: TypeScript - Size: 1.75 MB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 6 - Forks: 1

0xLeif/Cache

📦 A simple, lightweight caching library for Swift.

Language: Swift - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

notAI-tech/LiteIndex

ultra fast, thread and process safe, easily queryable Indexes/ caches for Python.

Language: Python - Size: 1.36 MB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0