quick-cache
Lightweight and high performance concurrent cache
File Explorer
Download Latest Version (.zip)- ci.yml
- benchmarks.rs
- placeholder_async_bench.rs
- placeholder_bench.rs
- custom_weight.rs
- equivalent.rs
- eviction_listener.rs
- fuzz_linked_slab.rs
- fuzz_sync_cache.rs
- fuzz_unsync_cache.rs
- fuzz_unsync_cache_pinstate.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- lib.rs
- linked_slab.rs
- options.rs
- rw_lock.rs
- shard.rs
- shim.rs
- shuttle_tests.rs
- sync.rs
- sync_placeholder.rs
- unsync.rs
- memory_used_plot.rs
- Cargo.toml
- .gitignore
- Cargo.toml
- LICENCE.md
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/arthurprs/quick-cache
Downloads the entire project code from GitHub to your computer.
cd quick-cache
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
