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
Rewrite things like ns = [0, 999_999_999] to ns = [] (wildcard) before passing the pattern to Pattern_resolver.resolve (or handle it inside Pattern_resolver.resolve) to remove unnecessary performance penalty - very noticeable now since ns level pattern has been introduced.
The text was updated successfully, but these errors were encountered:
Partially addressed: added optimisation pass during construction via Timere.pattern, but no further optimization is done during Timere.union right now.
Rewrite things like
ns = [0, 999_999_999]
tons = []
(wildcard) before passing the pattern toPattern_resolver.resolve
(or handle it insidePattern_resolver.resolve
) to remove unnecessary performance penalty - very noticeable now since ns level pattern has been introduced.The text was updated successfully, but these errors were encountered: