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
I am wondering how performance of validator could be improved? Validation on big hash takes ~ 30 minutes.. I am thinking of using google_hash inside of validator. Any tips on making it faster?
Cheers!
The text was updated successfully, but these errors were encountered:
Wierd, only thing I can think of is you are referencing lots of external schemas and that makes network calls, which are timing out, or just performing poorly?
A fix for #65 , allowing some sort of pluggable network resolution to skip making network calls might help. However that doesn't really fix anything for you at the moment.
Hi there,
I am wondering how performance of validator could be improved? Validation on big hash takes ~ 30 minutes.. I am thinking of using google_hash inside of validator. Any tips on making it faster?
Cheers!
The text was updated successfully, but these errors were encountered: