Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickleaf"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
license = "Apache-2.0"
authors = ["Philippe Assis <codephilippe@gmail.com>"]
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,14 +552,6 @@ cache.insert_with_ttl("session", "data", Duration::from_secs(300));
- **Real-World Workloads**: Benchmarks based on actual use cases and patterns
- **Cross-Platform Validation**: Performance testing across different architectures and systems

### Performance Characteristics by Feature

| Feature | Primary Benefit | Performance Gain | Use Case |
|---------|----------------|------------------|----------|
| **Optimized Filters** | Algorithm efficiency | 10-15% faster filtering | Large dataset operations |
| **TTL Caching** | Syscall reduction | 25-30% faster TTL ops | Time-sensitive applications |
| **IndexMap** | Memory layout | 5-8% faster iteration | Frequent list operations |

### Compatibility & Fallbacks

- **Graceful Degradation**: All optimizations have safe fallbacks for unsupported systems
Expand Down
246 changes: 0 additions & 246 deletions src/cache_no_prefetch.rs

This file was deleted.