Skip to content

Commit d5d6648

Browse files
authored
Merge pull request #6 from phlowdotdev/revision2
refactor: atualizar versão do pacote quickleaf para 0.4.6 e remover i…
2 parents 775f6ab + dac5355 commit d5d6648

4 files changed

Lines changed: 2 additions & 256 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickleaf"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -552,14 +552,6 @@ cache.insert_with_ttl("session", "data", Duration::from_secs(300));
552552
- **Real-World Workloads**: Benchmarks based on actual use cases and patterns
553553
- **Cross-Platform Validation**: Performance testing across different architectures and systems
554554

555-
### Performance Characteristics by Feature
556-
557-
| Feature | Primary Benefit | Performance Gain | Use Case |
558-
|---------|----------------|------------------|----------|
559-
| **Optimized Filters** | Algorithm efficiency | 10-15% faster filtering | Large dataset operations |
560-
| **TTL Caching** | Syscall reduction | 25-30% faster TTL ops | Time-sensitive applications |
561-
| **IndexMap** | Memory layout | 5-8% faster iteration | Frequent list operations |
562-
563555
### Compatibility & Fallbacks
564556

565557
- **Graceful Degradation**: All optimizations have safe fallbacks for unsupported systems

src/cache_no_prefetch.rs

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)