Skip to content

Commit

Permalink
patch 9.1.0409: too many strlen() calls in the regexp engine
Browse files Browse the repository at this point in the history
Problem:  too many strlen() calls in the regexp engine
Solution: refactor code to retrieve strlen differently, make use
          of bsearch() for getting the character class
          (John Marriott)

closes: #14648

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
basilisk0315 authored and chrisbra committed May 11, 2024
1 parent 86f6e2c commit 82792db
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 148 deletions.

0 comments on commit 82792db

Please sign in to comment.