docs: refine code comment
[poolifier.git] / src / utils.ts
2023-05-08  Jérôme Benoitrefactor: remove unneeded array building in median...
2023-05-08  Jérôme Benoitfix: fix median computation
2023-05-06  Jérôme Benoitfix: fix fair share algorithm implementation
2023-05-05  Jérôme Benoitrefactor: factor out inputs type check
2023-04-12  Jérôme Benoitfix: fix tasks usage initialization
2023-04-12  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/poolifier
2023-04-12  Jérôme Benoitdocs: enhance documentation and update changelog entries
2023-04-10  Jérôme Benoitrefactor: factor out worker choice strategies options...
2023-04-08  Jérôme Benoitfeat: add median task run time statistic
2023-03-18  Jérôme Benoitfix: brown paper bag bug referencing the same object...
2023-02-25  Jérôme Benoitrefactor: freeze empty function type
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)