Benchmarks
benchmarks/array/alphabetical.bench.ts::alphabetical::with ascending ordercreated7 months ago
, last run7 months ago
benchmarks/array/alphabetical.bench.ts::alphabetical::with descending ordercreated7 months ago
, last run7 months ago
benchmarks/array/boil.bench.ts::boil::with empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/boil.bench.ts::boil::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/cluster.bench.ts::cluster::specified cluster size of 3created7 months ago
, last run7 months ago
benchmarks/array/cluster.bench.ts::cluster::with default cluster sizecreated7 months ago
, last run7 months ago
benchmarks/array/counting.bench.ts::counting::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/array/diff.bench.ts::diff::with entirely different arrayscreated7 months ago
, last run7 months ago
benchmarks/array/diff.bench.ts::diff::with identity functioncreated7 months ago
, last run7 months ago
benchmarks/array/first.bench.ts::first::with empty array and a default valuecreated7 months ago
, last run7 months ago
benchmarks/array/first.bench.ts::first::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/flat.bench.ts::flat::with non-empty input listcreated7 months ago
, last run7 months ago
benchmarks/array/fork.bench.ts::fork::with empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/fork.bench.ts::fork::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/group.bench.ts::group::with groups by provided attributecreated7 months ago
, last run7 months ago
benchmarks/array/intersects.bench.ts::intersects::with custom identity functioncreated7 months ago
, last run7 months ago
benchmarks/array/intersects.bench.ts::intersects::with mixed arrayscreated7 months ago
, last run7 months ago
benchmarks/array/intersects.bench.ts::intersects::with no common itemscreated7 months ago
, last run7 months ago
benchmarks/array/intersects.bench.ts::intersects::with object arrayscreated7 months ago
, last run7 months ago
benchmarks/array/iterate.bench.ts::iterate::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/array/last.bench.ts::last::with empty listcreated7 months ago
, last run7 months ago
benchmarks/array/last.bench.ts::last::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/array/list.bench.ts::list::with custom stepcreated7 months ago
, last run7 months ago
benchmarks/array/list.bench.ts::list::with default stepcreated7 months ago
, last run7 months ago
benchmarks/array/list.bench.ts::list::with function fillcreated7 months ago
, last run7 months ago
benchmarks/array/list.bench.ts::list::with object fillcreated7 months ago
, last run7 months ago
benchmarks/array/list.bench.ts::list::with string fillcreated7 months ago
, last run7 months ago
benchmarks/array/max.bench.ts::max::with list of numberscreated7 months ago
, last run7 months ago
benchmarks/array/max.bench.ts::max::with list of objectscreated7 months ago
, last run7 months ago
benchmarks/array/merge.bench.ts::merge::with complex inputscreated7 months ago
, last run7 months ago
benchmarks/array/merge.bench.ts::merge::with two empty array inputscreated7 months ago
, last run7 months ago
benchmarks/array/min.bench.ts::min::with list of numberscreated7 months ago
, last run7 months ago
benchmarks/array/min.bench.ts::min::with list of objectscreated7 months ago
, last run7 months ago
benchmarks/array/objectify.bench.ts::objectify::with empty listcreated7 months ago
, last run7 months ago
benchmarks/array/objectify.bench.ts::objectify::with full list and identity value functioncreated7 months ago
, last run7 months ago
benchmarks/array/range.bench.ts::range::with custom stepcreated7 months ago
, last run7 months ago
benchmarks/array/range.bench.ts::range::with custom value generatorcreated7 months ago
, last run7 months ago
benchmarks/array/range.bench.ts::range::with default stepcreated7 months ago
, last run7 months ago
benchmarks/array/replace.bench.ts::replace::with item by indexcreated7 months ago
, last run7 months ago
benchmarks/array/replace.bench.ts::replace::with item in a list of objectscreated7 months ago
, last run7 months ago
benchmarks/array/replace.bench.ts::replace::with undefined new itemcreated7 months ago
, last run7 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::append itemcreated7 months ago
, last run7 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at endcreated7 months ago
, last run7 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at startcreated7 months ago
, last run7 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item in middlecreated7 months ago
, last run7 months ago
benchmarks/array/select.bench.ts::select::with empty input listcreated7 months ago
, last run7 months ago
benchmarks/array/select.bench.ts::select::with indexcreated7 months ago
, last run7 months ago
benchmarks/array/select.bench.ts::select::with non-empty input listcreated7 months ago
, last run7 months ago
benchmarks/array/select.bench.ts::select::without a condition callbackcreated7 months ago
, last run7 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with empty input listcreated7 months ago
, last run7 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with indexcreated7 months ago
, last run7 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with non-empty input listcreated7 months ago
, last run7 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::without a condition callbackcreated7 months ago
, last run7 months ago
benchmarks/array/shift.bench.ts::shift::with empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/shift.bench.ts::shift::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/sift.bench.ts::sift::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/sort.bench.ts::sort::with ascending ordercreated7 months ago
, last run7 months ago
benchmarks/array/sort.bench.ts::sort::with descending ordercreated7 months ago
, last run7 months ago
benchmarks/array/sum.bench.ts::sum::with list of numberscreated7 months ago
, last run7 months ago
benchmarks/array/sum.bench.ts::sum::with list of objectscreated7 months ago
, last run7 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does existcreated7 months ago
, last run7 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does exist and custom matchercreated7 months ago
, last run7 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not existcreated7 months ago
, last run7 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not exist and custom matchercreated7 months ago
, last run7 months ago
benchmarks/array/toggle.bench.ts::toggle::with strategy prependcreated7 months ago
, last run7 months ago
benchmarks/array/unique.bench.ts::unique::with key fncreated7 months ago
, last run7 months ago
benchmarks/array/unique.bench.ts::unique::with non-empty arraycreated7 months ago
, last run7 months ago
benchmarks/array/zip.bench.ts::zip::with non-empty arrayscreated7 months ago
, last run7 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with custom map functioncreated7 months ago
, last run7 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with non-empty arrayscreated7 months ago
, last run7 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with only one valuecreated7 months ago
, last run7 months ago
benchmarks/number/inRange.bench.ts::inRange::with non-empty rangecreated7 months ago
, last run7 months ago
benchmarks/number/inRange.bench.ts::inRange::with two paramscreated7 months ago
, last run7 months ago
benchmarks/number/round.bench.ts::round::to default precision (0 decimal places)created7 months ago
, last run7 months ago
benchmarks/number/round.bench.ts::round::with out-of-bounds precisioncreated7 months ago
, last run7 months ago
benchmarks/number/round.bench.ts::round::with very small numbers close to zerocreated7 months ago
, last run7 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with stringcreated7 months ago
, last run7 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with undefinedcreated7 months ago
, last run7 months ago
benchmarks/number/toInt.bench.ts::toInt::with stringcreated7 months ago
, last run7 months ago
benchmarks/number/toInt.bench.ts::toInt::with undefinedcreated7 months ago
, last run7 months ago
benchmarks/object/assign.bench.ts::assign::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/clone.bench.ts::clone::with class instancecreated7 months ago
, last run7 months ago
benchmarks/object/clone.bench.ts::clone::with objectcreated7 months ago
, last run7 months ago
benchmarks/object/construct.bench.ts::construct::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/crush.bench.ts::crush::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with array of keyscreated7 months ago
, last run7 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with class instancecreated7 months ago
, last run7 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with filter callbackcreated7 months ago
, last run7 months ago
benchmarks/object/get.bench.ts::get::with array index pathcreated7 months ago
, last run7 months ago
benchmarks/object/get.bench.ts::get::with default valuecreated7 months ago
, last run7 months ago
benchmarks/object/get.bench.ts::get::with simple pathcreated7 months ago
, last run7 months ago
benchmarks/object/get.bench.ts::get::with undefined nested path and default valuecreated7 months ago
, last run7 months ago
benchmarks/object/invert.bench.ts::invert::with empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/invert.bench.ts::invert::with non-empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/keys.bench.ts::keys::with empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/keys.bench.ts::keys::with non-empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/listify.bench.ts::listify::with empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/listify.bench.ts::listify::with non-empty objectcreated7 months ago
, last run7 months ago
benchmarks/object/lowerize.bench.ts::lowerize::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/mapEntries.bench.ts::mapEntries::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/mapKeys.bench.ts::mapKeys::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/mapValues.bench.ts::mapValues::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/omit.bench.ts::omit::with empty keyscreated7 months ago
, last run7 months ago
benchmarks/object/omit.bench.ts::omit::with specific keyscreated7 months ago
, last run7 months ago
benchmarks/object/pick.bench.ts::pick::with empty keyscreated7 months ago
, last run7 months ago
benchmarks/object/pick.bench.ts::pick::with key not in objectcreated7 months ago
, last run7 months ago
benchmarks/object/pick.bench.ts::pick::with one key not in objectcreated7 months ago
, last run7 months ago
benchmarks/object/set.bench.ts::set::with array index pathcreated7 months ago
, last run7 months ago
benchmarks/object/set.bench.ts::set::with deep pathcreated7 months ago
, last run7 months ago
benchmarks/object/set.bench.ts::set::with numeric keycreated7 months ago
, last run7 months ago
benchmarks/object/set.bench.ts::set::with simple pathcreated7 months ago
, last run7 months ago
benchmarks/object/shake.bench.ts::shake::with filter function inputcreated7 months ago
, last run7 months ago
benchmarks/object/shake.bench.ts::shake::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/object/upperize.bench.ts::upperize::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/random/draw.bench.ts::draw::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/random/random.bench.ts::random::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/random/shuffle.bench.ts::shuffle::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/random/uid.bench.ts::uid::with special characterscreated7 months ago
, last run7 months ago
benchmarks/random/uid.bench.ts::uid::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::first method::get first itemcreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::last method::get last itemcreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::max method::max of two itemscreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::min method::min of two itemscreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::next method::get next itemcreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::previous method::get previous itemcreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by negative numbercreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by positive numbercreated7 months ago
, last run7 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by zerocreated7 months ago
, last run7 months ago
benchmarks/string/camel.bench.ts::camel::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/capitalize.bench.ts::capitalize::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/dash.bench.ts::dash::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/pascal.bench.ts::pascal::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/snake.bench.ts::snake::with numbers and special characters (no split on number)created7 months ago
, last run7 months ago
benchmarks/string/snake.bench.ts::snake::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/template.bench.ts::template::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/title.bench.ts::title::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/string/trim.bench.ts::trim::with a specified charactercreated7 months ago
, last run7 months ago
benchmarks/string/trim.bench.ts::trim::with two special characterscreated7 months ago
, last run7 months ago
benchmarks/string/trim.bench.ts::trim::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/typed/isDate.bench.ts::isDate::with invalid inputcreated7 months ago
, last run7 months ago
benchmarks/typed/isDate.bench.ts::isDate::with non-Date valuecreated7 months ago
, last run7 months ago
benchmarks/typed/isDate.bench.ts::isDate::with valid inputcreated7 months ago
, last run7 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty objectcreated7 months ago
, last run7 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty objectcreated7 months ago
, last run7 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with arrayscreated7 months ago
, last run7 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with complex objectscreated7 months ago
, last run7 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with numberscreated7 months ago
, last run7 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with objectscreated7 months ago
, last run7 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with stringscreated7 months ago
, last run7 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with floatcreated7 months ago
, last run7 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with integercreated7 months ago
, last run7 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with non-number valuecreated7 months ago
, last run7 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with anonymous functioncreated7 months ago
, last run7 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with arrow functioncreated7 months ago
, last run7 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with named functioncreated7 months ago
, last run7 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isInt.bench.ts::isInt::with integercreated7 months ago
, last run7 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-integercreated7 months ago
, last run7 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-number valuecreated7 months ago
, last run7 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with decimal stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with integer stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with non-numeric stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with floatcreated7 months ago
, last run7 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with integercreated7 months ago
, last run7 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with non-numbercreated7 months ago
, last run7 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isObject.bench.ts::isObject::with class instancecreated7 months ago
, last run7 months ago
benchmarks/typed/isObject.bench.ts::isObject::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isObject.bench.ts::isObject::with object literalcreated7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with Object.create(null)created7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with namespace objectcreated7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (Date)created7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (arguments)created7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with object literalcreated7 months ago
, last run7 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with non-primitivecreated7 months ago
, last run7 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with primitivecreated7 months ago
, last run7 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promisecreated7 months ago
, last run7 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promise-likecreated7 months ago
, last run7 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with non-Promisecreated7 months ago
, last run7 months ago
benchmarks/typed/isString.bench.ts::isString::with nullcreated7 months ago
, last run7 months ago
benchmarks/typed/isString.bench.ts::isString::with numbercreated7 months ago
, last run7 months ago
benchmarks/typed/isString.bench.ts::isString::with objectcreated7 months ago
, last run7 months ago
benchmarks/typed/isString.bench.ts::isString::with stringcreated7 months ago
, last run7 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with Symbol instancecreated7 months ago
, last run7 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with empty objectcreated7 months ago
, last run7 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with nullcreated7 months ago
, last run7 months ago
© 2025 CodSpeed Technology