NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Better caching of class attributes that are unlikely to change. #38

Closed th3w1zard1 closed 8 months ago

th3w1zard1 commented 9 months ago

Purpose of this PR is to cache common lookups when they're unlikely to have been changed.

probably a few other places that could use @lru_cache for recursion-specific logic, much can be done still.

th3w1zard1 commented 8 months ago

it seems most of this PR was unintentionally merged already during the fiasco of what was once bleeding-edge. I'll go ahead and merge this to complete the process.