in-memory-caching
Here are 52 public repositories matching this topic...
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
-
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.
-
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
-
Updated
Feb 18, 2021 - Java
Universal agnostic caching framework for PHP, Node.js, Browser, Python
-
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.
-
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.
-
Updated
May 26, 2020 - Java
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
-
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."

