Mercurial > vim
comparison src/vim.manifest @ 35166:0b259135fb3a v9.1.0409
patch 9.1.0409: too many strlen() calls in the regexp engine
Commit: https://github.com/vim/vim/commit/82792db6315f7c7b0e299cdde1566f2932a463f8
Author: John Marriott <basilisk@internode.on.net>
Date: Sun May 12 00:07:17 2024 +0200
patch 9.1.0409: too many strlen() calls in the regexp engine
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>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 12 May 2024 00:15:04 +0200 |
parents | 4635e43f2c6f |
children |
comparison
equal
deleted
inserted
replaced
35165:d0498ef60b5b | 35166:0b259135fb3a |
---|