Skip to content

applets/kimpanel: reduce allocations in `String2AttrList`

Fushan Wen requested to merge work/fuf/String2AttrList into master

This can reduce a lot of string allocations given String2AttrList can be called frequently.

Merge request reports