Skip to content

Releases: chrismichaelps/quantummatcher

v0.0.4

04 Feb 00:04
Compare
Choose a tag to compare

Key improvements in this implementation:

  1. Bit Array Operations: Uses 32-bit number arrays instead of BigInt for better performance.
  2. Optimized Bitmask Handling: Implements efficient bitmask creation and manipulation.
  3. Chunk-based Processing: Handles long patterns by splitting across multiple 32-bit chunks.
  4. Memory Efficiency: Reduces memory overhead compared to BigInt implementation.
  5. Native Bitwise Operations: Leverages JavaScript's native 32-bit operations for better speed.
    View changes on GitHub

v0.0.3

02 Feb 19:43
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.2

02 Feb 19:42
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Enable search in nested JSON properties  -  by @ChrisMichaelPerezSantiago (9066e)
    View changes on GitHub

v0.0.1

01 Feb 20:54
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Apply lint  -  by @ChrisMichaelPerezSantiago (0ad4b)
    View changes on GitHub