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
FileWordList uses RandomAccessFile#readLine to read every line of the file twice on initialization.
On my machine the performance cost is ~1.5MB/s.
Investigate how to reduce read times.