This PR was to be a humble fix; instead it has merged into a full major version.
In this PR:
Fix statusCallback, add test.
Remove third parameter latency, keep only statusCallback(error, result). Mostly due to performance reasons, and also code for latency and result has been reworked to be generated only once.
Set by default --cores to half the available cores.
This PR was to be a humble fix; instead it has merged into a full major version.
In this PR:
statusCallback
, add test.latency
, keep onlystatusCallback(error, result)
. Mostly due to performance reasons, and also code forlatency
andresult
has been reworked to be generated only once.--cores
to half the available cores.statusCallback()
.To be released as v7.0.0.