Timing + Module Naming
- Changed
time.time
totime.perf_counter
for timing precision and cross-platform consistency - Changed
helpers.py
toprocess.py
to better reflect the intent of the functions
time.time
to time.perf_counter
for timing precision and cross-platform consistencyhelpers.py
to process.py
to better reflect the intent of the functions