What's wrong with this entry?
Anonymous. No account, no email.
What: Improved slash command autocomplete performance through better data structure indexing.
Details:
- Reduced redundant array creation during fuzzy search by pre-building search index
- Changed from creating multiple search entries per command (via
flatMap) to single structured entries (viamap) - Improves responsiveness when typing
/to search available commands - Evidence:
p22() at line 381579(refactored fromd22()which usedflatMapat v2.0.34 line 381594)
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.