ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Insert into maps more efficiently #130

Closed ObserverHerb closed 11 months ago

ObserverHerb commented 1 year ago

Where else have I used []={} where I could have used map.emplace()?

ObserverHerb commented 12 months ago

grep -Iin "\]\=" ./*?