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
Reading large trace files has become a fairly large bottleneck, and this is something that could potentially be parallelised (as suggested by @AlexandreBelling). The goal of this issue is twofold:
Check that indeed parsing bytes into fr.Element is the real bottleneck (i.e. not reading bytes from disk into memory)
Actually implement the parallelisation
The text was updated successfully, but these errors were encountered:
Reading large trace files has become a fairly large bottleneck, and this is something that could potentially be parallelised (as suggested by @AlexandreBelling). The goal of this issue is twofold:
fr.Element
is the real bottleneck (i.e. not reading bytes from disk into memory)The text was updated successfully, but these errors were encountered: