es-toolkit/benchmarks/performance
D-Sketon ec1a55850c
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
feat(ary/unary): implement ary/unary (#325)
* feat(ary/unary): implement ary/unary

* fix

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
2024-08-04 23:23:00 +09:00
..
after.bench.ts feat(after): Add after (#258) 2024-07-21 21:24:00 +09:00
ary.bench.ts feat(ary/unary): implement ary/unary (#325) 2024-08-04 23:23:00 +09:00
before.bench.ts feat(before): Add before (#315) 2024-07-25 11:39:18 +09:00
bind.bench.ts feat(bind): implement bind (#337) 2024-08-04 21:33:43 +09:00
camelCase.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
capitalize.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
chunk.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
clamp.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
clone.bench.ts chore(clone): replace Foo class with object in clone benchmark (#233) 2024-07-18 21:18:51 +09:00
compact.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
concat.bench.ts feat(concat): Add concat to es-toolkit/compat 2024-07-19 01:05:02 +09:00
countBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
difference.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
differenceBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
differenceWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
drop.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
dropRight.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
dropRightWhile.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
dropWhile.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
endsWith.bench.ts feat(startsWith): add startsWith and endsWith string functions (#224) 2024-07-18 21:21:10 +09:00
fill.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
flatMap.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
flatten.bench.ts feat(flatten): add compatibility with lodash (#330) 2024-07-31 21:54:21 +09:00
flattenDeep.bench.ts feat(flattenDeep, flattenDepth): add compatibility with lodash (#334) 2024-08-02 22:00:24 +09:00
forEachRight.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
get.bench.ts feat(get): Add get (#232) 2024-07-18 21:17:15 +09:00
groupBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
head.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
initial.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
inRange.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
intersection.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
intersectionBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
intersectionWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
invert.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
isArguments.bench.ts feat(isObjectLike, isArguments): Add isObjectLike and isArguments with compatibility test (#279) 2024-07-25 16:36:57 +09:00
isArray.bench.ts feat(isArray): Add isArray (#267) 2024-07-21 10:35:59 +09:00
isArrayLike.bench.ts feat(isArrayLike,isFunction): Add isArrayLike and isFunction with compatibility (#265) 2024-07-21 10:51:09 +09:00
isEqual.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
isFunction.bench.ts feat(isArrayLike,isFunction): Add isArrayLike and isFunction with compatibility (#265) 2024-07-21 10:51:09 +09:00
isLength.bench.ts feat(isLength): Add isLength (#245) 2024-07-20 11:18:20 +09:00
isMatch.bench.ts feat(isMatch, matches): Add isMatch & matches in compat 2024-07-25 11:36:14 +09:00
isNil.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
isNull.bench.ts feat(isNull): Add compatibility with lodash (#264) 2024-07-21 11:06:54 +09:00
isObjectLike.bench.ts feat(isObjectLike, isArguments): Add isObjectLike and isArguments with compatibility test (#279) 2024-07-25 16:36:57 +09:00
isUndefined.bench.ts feat(isUndefined): Add compatibility with lodash (#266) 2024-07-21 11:04:50 +09:00
kebabCase.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
keyBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
last.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
lowerCase.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
mapKeys.bench.ts feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
mapValues.bench.ts feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
matches.bench.ts feat(isMatch, matches): Add isMatch & matches in compat 2024-07-25 11:36:14 +09:00
max.bench.ts feat(max, min): Add support for max & min in es-toolkit/compat 2024-07-19 00:00:57 +09:00
maxBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
mean.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
meanBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
min.bench.ts feat(max, min): Add support for max & min in es-toolkit/compat 2024-07-19 00:00:57 +09:00
minBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
negate.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
omit.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
omitBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
once.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
orderBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
padStart.bench.ts feat(padStart): add padStart (#323) 2024-07-31 21:55:00 +09:00
partition.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
pick.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
property.bench.ts feat(property): Add property 2024-07-25 12:04:32 +09:00
random.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
range.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
round.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
sample.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
sampleSize.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
shuffle.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
size.bench.ts feat(size, compat): implement size function (#275) 2024-07-31 22:00:02 +09:00
snakeCase.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
startsWith.bench.ts feat(startsWith): add startsWith and endsWith string functions (#224) 2024-07-18 21:21:10 +09:00
sum.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
sumBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
tail.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
take.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
takeRight.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
takeRightWhile.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
takeWhile.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
toFilled.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
unary.bench.ts feat(ary/unary): implement ary/unary (#325) 2024-08-04 23:23:00 +09:00
union.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
unionBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
unionWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
uniq.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
uniqBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
uniqWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
unzip.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
unzipWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
without.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
xor.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
xorBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
xorWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
zip.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
zipObject.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
zipObjectDeep.bench.ts docs: Update docs for zipObjectDeep 2024-07-18 20:43:58 +09:00
zipWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00