Skip to content

Better optimizations for search

Compare
Choose a tag to compare
@hanickadot hanickadot released this 09 Sep 07:34
· 417 commits to main since this release
  • support for starts_with which is equivalent to search<"^...">
  • enable optimising search<"^..."> to generate better assembly (https://compiler-explorer.com/z/nvjG4E)
  • added vertical and horizontal white space (\v, \V, \h, \H)