Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 00:04

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