#
in-memory-caching
Here are 52 public repositories matching this topic...
Open
poonai
opened
Apr 15, 2018
Erlang in-memory cache
-
Updated
Nov 26, 2020 - Erlang
Eventually consistent distributed in-memory cache Go library
-
Updated
May 1, 2019 - Go
All code samples, scripts and more in-depth examples for The Apache Ignite Book. Include Apache Ignite 2.6 or above
java
streaming
memoization
sql
spark
hive
hadoop
microservice
spring-data
bigdata
data-frame
hibernate
depth
distributed-database
ignite
nosql-database
technic
in-memory-database
streaming-data
gridgain
developing-microservices
hibernate-ogm
in-memory-computations
in-memory-caching
technics
-
Updated
Feb 2, 2020 - TSQL
Modern, fast and lightweight C++11 LRU in-memory cache implementation
-
Updated
Nov 13, 2017 - C++
FAST http key/value in-memory cache/database with REST interface
-
Updated
Mar 1, 2019 - Go
In-memory database with a key-value data model.
-
Updated
Apr 5, 2021 - Go
Redis server-assisted client side caching Go library
-
Updated
Jun 24, 2021 - Go
golang type and thread safe key-value in memory cache
-
Updated
Apr 8, 2021 - Go
A fast in-memory key-value store with a REST API interface for easy development and integration.
-
Updated
Jul 25, 2021 - C++
An npm module for in-memory automated API caching.
nodejs
api
npm
json
data
typescript
cache
npm-package
api-client
typescript-library
in-memory
request
npm-module
cachemanager
cache-storage
automated
in-memory-storage
node-fetch
node-cache
in-memory-caching
-
Updated
Jun 22, 2021 - TypeScript
Cache Implementation using Rust
-
Updated
Apr 4, 2020 - Rust
Fast in-memory file caching for Go ⚡
-
Updated
Oct 24, 2018 - Go
Retail Banking Demo application for Hazelcast IMDG and Jet
demo
distributed-computing
payment-processing
jet
fraud-detection
imdg
in-memory-computations
in-memory-caching
beta-release
retail-banking
-
Updated
Feb 18, 2021 - Java
Universal agnostic caching framework for PHP, Node.js, Browser, Python
redis
php
memcached
browser
cache
cookies
localstorage
indexeddb
apcu
websql
node-js
xcache
apc
file-storage
in-memory-caching
-
Updated
Mar 16, 2019 - JavaScript
Combine In-Memory and Distributed Caching in ASP.NET Core
-
Updated
Jul 26, 2018 - C#
A simple distributed caching database for learning purposes.
-
Updated
Jan 12, 2021 - Go
A Sample Java Microservices application integrated with AWS AppConfig service for retrieving application configuration along with implementing an in-memory cache to efficiently manage the application configuration.
-
Updated
Nov 18, 2020 - Java
In-memory storage management system for embedded data storage
-
Updated
Nov 17, 2020 - Go
This repo will demonstrate how we can implement in-memory cache to web api core.
-
Updated
Aug 16, 2019 - C#
This repository contains the CRUD operation using Redis with Spring Boot and Micro-services.Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.
java
redis
rest
spring-boot
microservice
redis-client
postman
redis-cache
in-memory-database
in-memory-caching
-
Updated
May 26, 2020 - Java
Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.
java
redis
distributed-systems
cloud
microservices
rest
spring-boot
cache
streams
spatial-index
hyperloglog
bitmaps
in-memory-database
in-memory-caching
-
Updated
May 26, 2020 - Java
aaronwinter
commented
May 1, 2018
Consider an LFU cache with capacity=10
i.e
gc, err := gcache.New(10).LFU().Build()
The internal cache.freqList
is a linked list. Each of its entries represent a given frequency along with a map (bucket) with all the items with such frequency.
The issue is that we never clean-up empty entries, over time the list grows larger and larger. It's not great.
Example:
W
In-Memory Mini-Database
redis
sql
database
amqp
dict
cache-storage
in-memory-database
database-systems
minidb
in-memory-caching
-
Updated
Nov 20, 2020 - Java
Distributed in-memory cache for dot net core
-
Updated
Aug 27, 2019 - C#
Lightweight cross-process cache server (allows multiple clients)
-
Updated
Mar 21, 2021 - Go
Improve this page
Add a description, image, and links to the in-memory-caching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the in-memory-caching topic, visit your repo's landing page and select "manage topics."