Skip to content

Commit

Permalink
ENH - reduce the number of persistent variables
Browse files Browse the repository at this point in the history
The large number of persistent variables made this function slow (2.6 seconds for every call) on MATLAB R2023b. I changed the implementation: there is now only a single persistent structure, and all transforms are stored as fields. Functionally there should not be any change.
  • Loading branch information
robertoostenveld committed Apr 10, 2024
1 parent d407326 commit 4aaa4e6
Showing 1 changed file with 25 additions and 76 deletions.

0 comments on commit 4aaa4e6

Please sign in to comment.