Skip to content

Conversation

@codephi
Copy link
Contributor

@codephi codephi commented Aug 22, 2025

No description provided.

…features

- Revised feature descriptions for clarity and accuracy, including updates to string filtering and memory optimizations.
- Removed outdated sections on SIMD acceleration and string pooling, replacing them with more relevant information on optimized algorithms and memory layout.
- Consolidated performance impact data to reflect the latest benchmarks and improvements.
- Enhanced examples and usage sections to demonstrate new features and optimizations.
- Updated installation instructions and API references for consistency with recent changes.
…parison

- Removed the prefetch module and its usage in the Cache implementation.
- Updated Cache methods to eliminate prefetch hints during item access and cleanup.
- Introduced a new CacheNoPrefetch struct to provide a comparison without prefetching.
- Added performance analysis example to test cache behavior with and without prefetching.
@codephi codephi merged commit 775f6ab into main Aug 22, 2025
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