Releases: chrismichaelps/quantummatcher
Releases · chrismichaelps/quantummatcher
v0.0.4
Key improvements in this implementation:
- Bit Array Operations: Uses 32-bit number arrays instead of BigInt for better performance.
- Optimized Bitmask Handling: Implements efficient bitmask creation and manipulation.
- Chunk-based Processing: Handles long patterns by splitting across multiple 32-bit chunks.
- Memory Efficiency: Reduces memory overhead compared to BigInt implementation.
- Native Bitwise Operations: Leverages JavaScript's native 32-bit operations for better speed.
View changes on GitHub
v0.0.3
No significant changes
View changes on GitHub
v0.0.2
🐞 Bug Fixes
- Enable search in nested JSON properties - by @ChrisMichaelPerezSantiago (9066e)