rsadsb / adsb_deku

✈️ Rust ADS-B decoder + tui radar application
MIT License
601 stars 22 forks source link

Move most used fields in enum to top #185

Closed wcampbell0x2a closed 1 year ago

wcampbell0x2a commented 1 year ago

Deku does the compare one at a time starting with the top item, give about a 3% performance boost if the most common are moved to the top.