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
Help Julia's type inference by extracting out a field access to outside
type checks.
Running a benchmark on a large, heavily annotated string we see a 50%
reduction in runtime (27.5ms -> 13.6ms) and a 25% reduction in
allocations (554k -> 412k).
0 commit comments