Jim Buck

Results 13 issues of Jim Buck

Node provides access to high resolution time through [`process.hrtime()`](https://nodejs.org/api/process.html#process_process_hrtime). It can also be used to calculate the time difference between calls. Example (from NodeJS Docs): ``` js var time =...

`TAP` states that `SKIP` tests should not be counted as run tests. Is this something we can display at the end (just the count, or optionally the titles)? If yes...

Hey, I really like the balance of simplicity and power in this library! Any recommendations, examples, or best practices when it comes to updating entities/components across multiple threads? Thanks!