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
Add a test for a previous bug related to interface use that v1.0.1 fixed
Add MIT license
Reduce line length to below 144
Remove the unused constant MISSES_FILENAME
Remove file extensions to temporary files but not the results file
Use a seperate hits file per process/thread in order to use a seperate writer per process/thread to reduce contention when multiple multi threaded programs are generating hits concurrently. Big thanks to @jcline here !