Skip to content

Conversation

@codephi
Copy link
Contributor

@codephi codephi commented Aug 22, 2025

No description provided.

- Deleted `cache_optimized.rs` which contained the previous cache implementation.
- Removed `fast_filters_simd.rs` as it was no longer needed.
- Updated `prelude.rs` to re-export `Quickleaf` for easier access.
- Changed `string_pool.rs` to use `hashbrown::HashMap` instead of `std::collections::HashMap` for improved performance.
- Cleaned up comments and whitespace in error handling and filter implementations.
- Updated documentation comments to enhance clarity in various modules.
- Adjusted test cases to remove unnecessary comments and improve focus on assertions.
- Standardized formatting across multiple files, including string pool and prefetch implementations.
- Ensured consistency in handling of TTL and cache operations in tests.
- Updated version references in documentation to reflect the latest version.
@codephi codephi merged commit 56609c8 into main Aug 22, 2025
@codephi codephi deleted the revision branch August 22, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants