JakeWharton / mosaic

Build terminal UI in Kotlin using Jetpack Compose
Apache License 2.0
1.89k stars 57 forks source link

Use more efficient collections where possible #483

Closed JakeWharton closed 1 week ago

JakeWharton commented 1 week ago

These avoid boxing, virtual calls, or both. Not all usages have been updated, just the easy targets.

Some of #190. Follow-up from #451.