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
Hello. My test script with huge UA working very slow. As I can see: loadData() and toPythonReg() call's on every UASparser.parse() call. I think, moving loadData() and pre-compile regexp on init stage is more efficient.