al8n / caches-rs

This is a Rust implementation for popular caches (support no_std).
104 stars 14 forks source link
2q-cache arc-cache cache lfu lfu-cache lru lru-cache rust rust-lang rust-lru tinylfu

Caches

[github][Github-url] [Build][CI-url] [codecov][codecov-url] [docs.rs][doc-url] [crates.io][crates-url] [crates.io][crates-url] license This is a Rust implementation for popular caches (support no_std). See [Introduction](#introduction), [Installation](#installation) and [Usages](#usages) for more details. English | [简体中文](README-zh_CN.md)

Introduction

The MSRV for this crate is 1.55.0.

Installation

Usages

Please see examples.

Roadmap

Related

If you want a high-performance thread-safe modern cache, please see https://crates.io/crates/stretto

Acknowledgments

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.


Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.