es-toolkit/benchmarks
2024-07-12 09:56:21 +09:00
..
chunk.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
clamp.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
compact.bench.ts feat(compact): Add compact 2024-06-28 22:23:52 +09:00
countBy.bench.ts feat(countBy): Add countBy function (#117) 2024-07-03 10:09:12 +09:00
difference.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
differenceBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
differenceWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
drop.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
dropRight.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
dropRightWhile.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
dropWhile.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
fill.bench.ts feat(fill): Add fill function (#109) 2024-07-03 09:30:09 +09:00
flatten.bench.ts feat(flatten): add flatten (#147) 2024-07-10 09:49:26 +09:00
flattenDeep.bench.ts feat(flattenDeep): add flattenDeep function (#160) 2024-07-12 09:56:21 +09:00
forEachRight.bench.ts feat(forEachRight): add forEachRight (#119) 2024-07-03 10:43:50 +09:00
groupBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
head.bench.ts feat(head): add head (#131) 2024-07-08 15:30:40 +09:00
inRange.bench.ts feat: Add inRange (#124) 2024-07-05 10:08:25 +09:00
intersection.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
intersectionBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
intersectionWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
invert.bench.ts feat(invert): add invert (#125) 2024-07-05 10:08:39 +09:00
isNil.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
keyBy.bench.ts feat(keyBy): Add keyBy (#93) 2024-06-30 12:17:00 +09:00
last.bench.ts feat(last): Add last (#149) 2024-07-11 09:05:13 +09:00
maxBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
mean.bench.ts feat(mean): Add support for mean 2024-06-28 23:18:18 +09:00
meanBy.bench.ts feat(meanBy): add meanBy (#104) 2024-07-01 19:59:19 +09:00
minBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
omit.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
omitBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
once.bench.ts test(once): Fix docs and test, add bench (#103) 2024-07-02 10:32:06 +09:00
orderBy.bench.ts feat(orderBy): Add orderBy (#123) 2024-07-05 10:11:56 +09:00
partition.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
pick.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
random.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
range.bench.ts feat(range): Add range function (#77) 2024-06-28 21:26:27 +09:00
round.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
sample.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
sampleSize.bench.ts feat(sampleSize): Add sampleSize (#101) 2024-06-30 19:36:26 +09:00
shuffle.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
snakeCase.bench.ts fix(snakeCase): fix typo (#157) 2024-07-11 15:48:16 +09:00
sum.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
tail.bench.ts feat(tail): add tail function (#143) 2024-07-10 09:52:12 +09:00
take.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
takeRight.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
takeRightWhile.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
takeWhile.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
toFilled.bench.ts feat(toFilled): Add toFilled (#154) 2024-07-11 10:55:29 +09:00
union.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
unionBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
unionWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
uniq.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
uniqBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
uniqWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
unzip.bench.ts feat(unzip): add unzip (#130) 2024-07-08 21:35:45 +09:00
unzipWith.bench.ts feat(unzipWith): add unzipWith (#113) 2024-07-03 10:40:33 +09:00
without.bench.ts feat(without): Add without function (#115) 2024-07-03 10:08:47 +09:00
xor.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
xorBy.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
xorWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
zip.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00
zipObject.bench.ts feat(zipObject): Add zipObject function (#92) 2024-06-29 20:57:58 +09:00
zipWith.bench.ts chore(*): Add codspeed for benchmark visualization (#75) 2024-06-18 10:40:07 +09:00