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
This greatly reduces the size of the TaggedRange data structure on 64
bit systems, at the cost of not being able to parse files larger than
4GiB. But that seems like a reasonable tradeoff, for now. (We can
parameterize later, if really necessary)
It apperas that this one change makes parsing ~10% faster.
0 commit comments