From 44a2755858009d5c14732d82814f9b5558f99ef4 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 27 Mar 2025 20:05:39 +1100 Subject: 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. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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.
  • + 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. +
  • +
  • When using Visual C++ through nmake, fix building for ARM64. Feature #1546.
  • -- cgit v1.2.3