You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(material/autocomplete): use single map instead of two maps in a row (#25167)
* docs(material/autocomplete): use single map instead of two maps in a row
The example code is highly trusted and sometimes
taken as is (copy-paste), so it is important to
have it optimized if possible.
Each map means an iteration over the array items.
By using single map, an iteration is saved, and
an approximate performance of about 38% is won.
* docs(material/autocomplete): add trailing comma
(cherry picked from commit 8ca012f)
0 commit comments