lean4-htt/src/Init/Data/UInt
Henrik Böving f21f8d96f9
perf: improve auto completion and fuzzy matching (#11630)
This PR improves the performance of autocompletion and fuzzy matching by
introducing an ASCII fast path into one of their core loops and making
Char.toLower/toUpper more efficient.

Co-authored-by: Rob23oba <152706811+Rob23oba@users.noreply.github.com>
2025-12-17 16:04:05 +00:00
..
Basic.lean perf: improve auto completion and fuzzy matching (#11630) 2025-12-17 16:04:05 +00:00
BasicAux.lean perf: improve auto completion and fuzzy matching (#11630) 2025-12-17 16:04:05 +00:00
Bitwise.lean chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
Lemmas.lean chore: add deprecations for duplicated theorems (#10967) 2025-10-29 05:26:16 +00:00
Log2.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00