Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

Optimize Shuffle.decode method #1347

Closed aaime closed 1 month ago

aaime commented 1 month ago

Description of Changes

While doing a profiling session I've noticed this method popping up over and over. Noticed there were some simple and obvious optimizations, like not allocating an extra array, and avoiding repeated multiplications in index computation, and thought to share the results with the wider community.

PR Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.