TODO
Package detail
@flemist/worker-server
TODO
readme
changelog
3.0.0 / 2022-06-26
- Big refactoring
- Added TypeScript definitions
- Added async functions
- Improved tests
2.0.0 / 2018-12-12
- Support node v12.4.0
- Tested on node v10.9.0 - v12.10.0
1.3.1 / 2018-12-12
- calcPerformance function can evaluate performance of many functions
1.2.2 / 2018-12-03
- Improved calcPerformance function
- Removed dependencies
1.2.1 / 2018-12-03
- Removed rdtsc0, rdtsc1 functions
- Improved calcPerformance function
1.1.7 / 2018-12-03
- Changed minimal node version to 10.9.0
1.1.4 / 2018-12-03
- Improved code quality
1.1.2 / 2018-12-02
- Fix int64 type for support not windows platforms
1.1.1 / 2018-12-02
- Change license to CC0-1.0
1.1.0 / 2018-12-02
- Added function: rdtsc0, rdtsc1 for better quality resolution. Examlpe to use: rdtsc0();func();cycles=rdtsc1();
- Improved calcPerformance function
1.0.6 / 2018-12-02
- Added function: runInRealtimePriority
1.0.3 / 2018-12-02
- Added functions: setProcessPriority, getProcessPriority
- Improved calcPerformance function
1.0.1 / 2018-12-02
- Added functions: setThreadPriority, getThreadPriority
- Improved calcPerformance function