-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving class loading efficiency and considering dynamic type list #919
Commits on Dec 13, 2022
-
Initial commit for the performance change relating to class loadind i…
…n new code after underline changes related to data pack. After discussed with Hector using standard LRU_Cache instead of custom cache.
Configuration menu - View commit details
-
Copy full SHA for b7a2898 - Browse repository at this point
Copy the full SHA b7a2898View commit details
Commits on Feb 1, 2023
-
Option 2 for considering dynamic type list as mentioned in asyml#765:…
… created an non-cached version of get_class (get_class_nc) and used in get_class to avoid dynamic list issue as mentioned in comments of asyml#765 as pointed out my Hector.
Configuration menu - View commit details
-
Copy full SHA for 30d1e23 - Browse repository at this point
Copy the full SHA 30d1e23View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for daa9cc9 - Browse repository at this point
Copy the full SHA daa9cc9View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f17c57b - Browse repository at this point
Copy the full SHA f17c57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 684e10b - Browse repository at this point
Copy the full SHA 684e10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eef0268 - Browse repository at this point
Copy the full SHA eef0268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a180e3 - Browse repository at this point
Copy the full SHA 3a180e3View commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4868917 - Browse repository at this point
Copy the full SHA 4868917View commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 357be3f - Browse repository at this point
Copy the full SHA 357be3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104a5eb - Browse repository at this point
Copy the full SHA 104a5ebView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e334d00 - Browse repository at this point
Copy the full SHA e334d00View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57a0bce - Browse repository at this point
Copy the full SHA 57a0bceView commit details -
Fix "unhashable key type issue" when using LRU cache for get_class th…
…at have optional list as parameter -- change to cache lower level result from "locate" method called in this method, and also provide a non-cached version (same as before) for resolving asyml#765.
Configuration menu - View commit details
-
Copy full SHA for 762d0d9 - Browse repository at this point
Copy the full SHA 762d0d9View commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc8c39b - Browse repository at this point
Copy the full SHA dc8c39bView commit details
Commits on Apr 4, 2023
-
Fix comments on duplicate code of "get_class" and "get_class_nc" by r…
…e-factoring into one method with "cached_lookup" optional flag -- by default this is true but in _get_sub_class this flag needs to set to "false" based on comments in asyml#765 (for dynamic class loading scenario).
Configuration menu - View commit details
-
Copy full SHA for ad63fca - Browse repository at this point
Copy the full SHA ad63fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e081613 - Browse repository at this point
Copy the full SHA e081613View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2939a1 - Browse repository at this point
Copy the full SHA e2939a1View commit details