JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
95 stars 54 forks source link

List Dependencies efficiency #44

Closed francois-normandin closed 6 years ago

francois-normandin commented 6 years ago

ListDependencies is a CPU intensive method at the moment due to process of comparing GUIDs and calculating MD5s at every call. It would be useful to improve the performance of the calls with a caching scheme that is refreshed on dependency changes at runtime.