diff options
author | Neil <nyamatongwe@gmail.com> | 2025-03-27 20:05:39 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-03-27 20:05:39 +1100 |
commit | 44a2755858009d5c14732d82814f9b5558f99ef4 (patch) | |
tree | 5d814d09c1a00c94f198c69b860e1d27e36ad68c /doc/ScintillaHistory.html | |
parent | b451f612b65dfe1ad678080e7b897733be310d01 (diff) | |
download | scintilla-mirror-44a2755858009d5c14732d82814f9b5558f99ef4.tar.gz |
Optimize case-insensitive DBCS search to be around 5 times faster by using 64K
memory to cache folding data for each DBCS code page used.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 98346def6..b9ff5bb30 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -608,6 +608,10 @@ On Win32, use DirectWrite for autocompletion lists when DirectWrite chosen for document text. </li> <li> + On Win32, optimize case-insensitive DBCS search to be around 5 times faster + by using 64K memory to cache folding data for each DBCS code page used. + </li> + <li> When using Visual C++ through nmake, fix building for ARM64. <a href="https://sourceforge.net/p/scintilla/feature-requests/1546/">Feature #1546</a>. </li> |