Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Housekeeping (#1772) | Jimmy Wärting | 2021-12-02 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | * rimraf was not being used * one less use of lodash dep * shorter name variant * one less lodash fn being used * use native forEach * result was a object * one less lodash recommendation * more explicit path * removed a unused variable | ||||
* | be explicit (#1769) | Jimmy Wärting | 2021-11-16 | 1 | -2/+2 |
| | |||||
* | feat: Use heap tree in priority queue (#1595) | yemreinci | 2018-11-20 | 1 | -0/+31 |
| | | | | | | * use heap tree in priority queue * small refactor | ||||
* | prefer destructuring | Alexander Early | 2018-07-08 | 1 | -2/+1 |
| | |||||
* | disallow variable shadowing | Alexander Early | 2018-07-08 | 3 | -50/+44 |
| | |||||
* | ES6-ify codebase (#1553) | Alex Early | 2018-07-08 | 3 | -93/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests | ||||
* | Improve `async.queue` start up performance (#1448) | Hubert Argasinski | 2017-07-10 | 1 | -0/+2 |
| | | | | | | | | | | * batch queue.push calls * add more queue perf suites * undo dist changes * prevent overwriting q.process from pausing the queue | ||||
* | preserve order, make variadic and handle falsy values in concat [fixes ↵ | Hubert Argasinski | 2017-06-23 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | #1437] (#1436) * preserve order in concat * remove comment * fix concatLimit linting * handle variadic and falsy results in concatLimit [fixes #1437] * fix tests (typos) * PR fixes | ||||
* | fix deprecation warning | Alexander Early | 2017-04-03 | 1 | -2/+1 |
| | |||||
* | add auto benchmark | Alexander Early | 2017-04-02 | 1 | -0/+22 |
| | |||||
* | Fix benchmarks not having setup called | Graeme Yeates | 2016-11-17 | 1 | -7/+11 |
| | |||||
* | Fix perf suite | Graeme Yeates | 2016-10-05 | 1 | -19/+19 |
| | |||||
* | Add filter benchmarkloops | Graeme Yeates | 2016-07-23 | 1 | -0/+37 |
| | |||||
* | fix new lint errors | Alexander Early | 2016-06-07 | 2 | -293/+332 |
| | |||||
* | fix style errors | Alexander Early | 2015-10-24 | 1 | -3/+3 |
| | |||||
* | merge from megawac | Alexander Early | 2015-10-24 | 1 | -42/+55 |
|\ | |||||
| * | Fix tag detection methodology | Graeme Yeates | 2015-07-01 | 1 | -14/+26 |
| | | |||||
* | | :full_moon_with_face: Adjust style to be consistent with jscs | Graeme Yeates | 2015-07-08 | 3 | -391/+391 |
| | | |||||
* | | Add benchmarks for some and every | Graeme Yeates | 2015-07-02 | 1 | -0/+60 |
|/ | |||||
* | added memory benchmark from #552 | Alexander Early | 2015-06-08 | 1 | -0/+46 |
| | |||||
* | add node version to benchmark output | Alexander Early | 2015-06-06 | 1 | -1/+2 |
| | |||||
* | improved waterfall performance with ensureAsync | Alexander Early | 2015-05-31 | 1 | -1/+5 |
| | |||||
* | set jshint unused: true | Alexander Early | 2015-05-30 | 1 | -1/+2 |
| | |||||
* | handle errors in benchmarks | Alexander Early | 2015-05-25 | 1 | -10/+27 |
| | |||||
* | initial ensureAsync implementation | Alexander Early | 2015-05-24 | 2 | -1/+29 |
| | |||||
* | dezalgo'd benchmarks, use toPrecision in reporting | Alexander Early | 2015-05-22 | 2 | -14/+16 |
| | |||||
* | update benchmark to 2.0.0-pre for more accurate tests | Alexander Early | 2015-05-21 | 1 | -6/+0 |
| | |||||
* | added deferral benchmarks | Alexander Early | 2015-05-21 | 1 | -0/+36 |
| | |||||
* | added benchmarks for map and eachOf | Alexander Early | 2015-05-21 | 1 | -1/+75 |
| | |||||
* | added yargs to benchmark runner, and grep options | Alexander Early | 2015-05-21 | 1 | -21/+32 |
| | |||||
* | improved benchmark conclusions [ci skip] | Alexander Early | 2015-05-20 | 1 | -0/+14 |
| | |||||
* | fix(benchmark): fix to enable to use second argument version | Suguru Motegi | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | improved benchmark code, added more benchmarks | Alexander Early | 2015-05-20 | 2 | -85/+97 |
| | |||||
* | added more benchmarks, improved benchmark reporting | Alexander Early | 2015-05-20 | 2 | -29/+117 |
| | |||||
* | fixed path in benchmark script | Alexander Early | 2015-05-19 | 1 | -1/+23 |
| | |||||
* | adding benchmark script | Alexander Early | 2015-05-19 | 2 | -0/+148 |