You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a binary serialization and deserialization for all model classes (JarFile, ClassDef, FieldDef, MethodDef, ClassRef, etc.). Use it to store and load information about JAR files to/from a cache, using the JAR file's checksum and/or coordinates as key. Such a cache could dramatically speed up the scanning phase.
Open question:
How can we detect relevant changes to model classes so that JarHC can invalidate its cache?
Implement a binary serialization and deserialization for all model classes (JarFile, ClassDef, FieldDef, MethodDef, ClassRef, etc.). Use it to store and load information about JAR files to/from a cache, using the JAR file's checksum and/or coordinates as key. Such a cache could dramatically speed up the scanning phase.
Open question:
How can we detect relevant changes to model classes so that JarHC can invalidate its cache?
Similar to #93.
The text was updated successfully, but these errors were encountered: