GabrielDTB / classy

Apache License 2.0
1 stars 0 forks source link

Intelligently detect which responses need to be re-parsed into classes #4

Open GabrielDTB opened 1 year ago

GabrielDTB commented 1 year ago

Currently if the number of cached classes is less than the number of cached responses, every response will be re-parsed and those classes will be compared against the cached classes to see which ones need to be written to disk. It would be better if we instead detected which classes need to be parsed to begin with, and only parse and write those to disk. This should also allow having classes which have no corresponding response cached.

GabrielDTB commented 1 year ago

Waiting on #3.