es-toolkit/benchmarks/performance
Dayong Lee 3eb93e531c
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled
feat(orderBy, sortBy): support custom key functions in orderBy and integrate sortBy with orderBy (#407)
2024-08-22 23:28:27 +09:00
..
after.bench.ts feat(after): Add after (#258) 2024-07-21 21:24:00 +09:00
ary.bench.ts style: Fix all lint errors (#351) 2024-08-07 18:50:42 +09:00
before.bench.ts feat(before): Add before (#315) 2024-07-25 11:39:18 +09:00
bind.bench.ts docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +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
cloneDeep.bench.ts chore: move some of files to performance folder and change path of importing correctly (#375) 2024-08-11 15:21:14 +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
find.bench.ts feat(find): Implement find 2024-08-11 15:05:04 +09:00
findIndex.bench.ts feat(findIndex): Implement findIndex 2024-08-11 21:03:13 +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 style: Fix typo (#412) 2024-08-22 23:16:01 +09:00
get.bench.ts feat(has): Implement has 2024-08-11 12:56:15 +09:00
groupBy.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
has.bench.ts feat(has): Implement has 2024-08-11 12:56:15 +09:00
head.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
indexOf.bench.ts style: Fix typo (#412) 2024-08-22 23:16:01 +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 docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +09:00
isArray.bench.ts docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +09:00
isArrayLike.bench.ts docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +09:00
isBoolean.bench.ts feat(isBoolean): Add isBoolean function (#354) 2024-08-08 18:45:52 +09:00
isEqual.bench.ts style: Apply prettier 2024-08-11 10:54:13 +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 style: Apply prettier 2024-08-11 10:54:13 +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 docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +09:00
isPlainObject.bench.ts docs: Add benchmarks to some of our functions 2024-08-10 16:58:00 +09:00
isString.bench.ts feat(isString): Add isString function (#379) 2024-08-15 11:06:47 +09:00
isSymbol.bench.ts feat(orderBy, isSymbol): add compatibility with lodash (#357) 2024-08-10 16:30:32 +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 docs: Add benchmarks to some of our functions 2024-08-10 16:58:00 +09:00
mapValues.bench.ts feat(mapKeys,mapValues): add mapKeys and mapValues (#291) 2024-07-25 11:43:15 +09:00
matches.bench.ts style: Apply prettier 2024-08-11 10:54:13 +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
memoize.bench.ts feat(memoize): Add memoize (#208) 2024-08-15 21:24:20 +09:00
merge.bench.ts feat(merge, toMerged): Add merge & toMerged 2024-08-10 15:38:41 +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 feat(orderBy, sortBy): support custom key functions in orderBy and integrate sortBy with orderBy (#407) 2024-08-22 23:28:27 +09:00
padEnd.bench.ts feat(padEnd): add padEnd (#380) 2024-08-15 20:58:58 +09:00
padStart.bench.ts feat(padEnd): add padEnd (#380) 2024-08-15 20:58:58 +09:00
partial.bench.ts feat(partial, partialRight): Implement partial/partialRight (#368) 2024-08-11 10:53:02 +09:00
partialRight.bench.ts feat(partial, partialRight): Implement partial/partialRight (#368) 2024-08-11 10:53:02 +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 style: Apply prettier 2024-08-11 10:54:13 +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
rest.bench.ts feat(rest): implement rest (#374) 2024-08-15 21:01:13 +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
set.bench.ts chore: move some of files to performance folder and change path of importing correctly (#375) 2024-08-11 15:21:14 +09:00
shuffle.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
size.bench.ts docs(benchmark): fix wrong link (#393) 2024-08-19 21:22:35 +09:00
snakeCase.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00
sortBy.bench.ts feat(sortBy): implement es-toolkit/sortBy (#381) 2024-08-15 11:15:35 +09:00
startCase.bench.ts chore: move some of files to performance folder and change path of importing correctly (#375) 2024-08-11 15:21:14 +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 style: Fix typo (#412) 2024-08-22 23:16:01 +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 style: Fix all lint errors (#351) 2024-08-07 18:50:42 +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 style: Fix all lint errors (#351) 2024-08-07 18:50:42 +09:00
zipWith.bench.ts test: Add benchmarks for bundle size 2024-07-17 11:47:39 +09:00