Update change entry.

This commit is contained in:
zhouhui 2024-09-19 15:17:40 +08:00
parent 2cbf5ff761
commit be35a14f03
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ Optimizations
* GITHUB#13306: Use RWLock to access LRUQueryCache to reduce contention. (Boice Huang) * GITHUB#13306: Use RWLock to access LRUQueryCache to reduce contention. (Boice Huang)
* GITHUB#13252, GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum classes. (zhouhui) * GITHUB#13252, GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum and TermsEnumFrame classes. (zhouhui)
* GITHUB#12996: Reduce ArrayUtil#grow in decompress. (Zhang Chao) * GITHUB#12996: Reduce ArrayUtil#grow in decompress. (Zhang Chao)