Skip to content

[5.4.11-3.1.0] 2025-04-06

Latest

Choose a tag to compare

@gliwka gliwka released this 06 Apr 18:35
· 21 commits to main since this release

Added

  • New callback API for efficient custom match processing (#58)
  • Byte-based scanning API for direct operation on byte[] and ByteBuffer without String overhead
  • New hasMatch methods for quick existence checking that terminate immediately on first match (#68)

Performance

  • Reduced memory usage for UTF-8 string mapping by dynamically selecting optimal array type

Fixed

  • Fixed upstream vectorscan correctness regression on x86 architecture with targeted patch (#228, #231)
  • Ensured all native handles are properly reclaimed after database compilation (#230)
  • Reworked UTF-8 position mapping to handle the mapping correctly in edge cases (#170)

Changed

  • Removed 255 thread limit for concurrent scanning operations (#222, #229)