-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Milestone
Description
Just a reminder to do our normal allocation-reduction pass over every module for free performance wins, even if minute.
- Switch loops to be indexed when we can trust the source of the list to be random access.
- Replace multi-step collection manipulation with traditional loops.
- Reduce/eliminate points of value class or JVM primitive boxing, if possible
etc.