Benchmarks
benchmarks/array/alphabetical.bench.ts::alphabetical::with ascending ordercreated8 months ago
, last run8 months ago
benchmarks/array/alphabetical.bench.ts::alphabetical::with descending ordercreated8 months ago
, last run8 months ago
benchmarks/array/boil.bench.ts::boil::with empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/boil.bench.ts::boil::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/cluster.bench.ts::cluster::specified cluster size of 3created8 months ago
, last run8 months ago
benchmarks/array/cluster.bench.ts::cluster::with default cluster sizecreated8 months ago
, last run8 months ago
benchmarks/array/counting.bench.ts::counting::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/array/diff.bench.ts::diff::with entirely different arrayscreated8 months ago
, last run8 months ago
benchmarks/array/diff.bench.ts::diff::with identity functioncreated8 months ago
, last run8 months ago
benchmarks/array/first.bench.ts::first::with empty array and a default valuecreated8 months ago
, last run8 months ago
benchmarks/array/first.bench.ts::first::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/flat.bench.ts::flat::with non-empty input listcreated8 months ago
, last run8 months ago
benchmarks/array/fork.bench.ts::fork::with empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/fork.bench.ts::fork::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/group.bench.ts::group::with groups by provided attributecreated8 months ago
, last run8 months ago
benchmarks/array/intersects.bench.ts::intersects::with custom identity functioncreated8 months ago
, last run8 months ago
benchmarks/array/intersects.bench.ts::intersects::with mixed arrayscreated8 months ago
, last run8 months ago
benchmarks/array/intersects.bench.ts::intersects::with no common itemscreated8 months ago
, last run8 months ago
benchmarks/array/intersects.bench.ts::intersects::with object arrayscreated8 months ago
, last run8 months ago
benchmarks/array/iterate.bench.ts::iterate::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/array/last.bench.ts::last::with empty listcreated8 months ago
, last run8 months ago
benchmarks/array/last.bench.ts::last::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/array/list.bench.ts::list::with custom stepcreated8 months ago
, last run8 months ago
benchmarks/array/list.bench.ts::list::with default stepcreated8 months ago
, last run8 months ago
benchmarks/array/list.bench.ts::list::with function fillcreated8 months ago
, last run8 months ago
benchmarks/array/list.bench.ts::list::with object fillcreated8 months ago
, last run8 months ago
benchmarks/array/list.bench.ts::list::with string fillcreated8 months ago
, last run8 months ago
benchmarks/array/max.bench.ts::max::with list of numberscreated8 months ago
, last run8 months ago
benchmarks/array/max.bench.ts::max::with list of objectscreated8 months ago
, last run8 months ago
benchmarks/array/merge.bench.ts::merge::with complex inputscreated8 months ago
, last run8 months ago
benchmarks/array/merge.bench.ts::merge::with two empty array inputscreated8 months ago
, last run8 months ago
benchmarks/array/min.bench.ts::min::with list of numberscreated8 months ago
, last run8 months ago
benchmarks/array/min.bench.ts::min::with list of objectscreated8 months ago
, last run8 months ago
benchmarks/array/objectify.bench.ts::objectify::with empty listcreated8 months ago
, last run8 months ago
benchmarks/array/objectify.bench.ts::objectify::with full list and identity value functioncreated8 months ago
, last run8 months ago
benchmarks/array/range.bench.ts::range::with custom stepcreated8 months ago
, last run8 months ago
benchmarks/array/range.bench.ts::range::with custom value generatorcreated8 months ago
, last run8 months ago
benchmarks/array/range.bench.ts::range::with default stepcreated8 months ago
, last run8 months ago
benchmarks/array/replace.bench.ts::replace::with item by indexcreated8 months ago
, last run8 months ago
benchmarks/array/replace.bench.ts::replace::with item in a list of objectscreated8 months ago
, last run8 months ago
benchmarks/array/replace.bench.ts::replace::with undefined new itemcreated8 months ago
, last run8 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::append itemcreated8 months ago
, last run8 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at endcreated8 months ago
, last run8 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at startcreated8 months ago
, last run8 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item in middlecreated8 months ago
, last run8 months ago
benchmarks/array/select.bench.ts::select::with empty input listcreated8 months ago
, last run8 months ago
benchmarks/array/select.bench.ts::select::with indexcreated8 months ago
, last run8 months ago
benchmarks/array/select.bench.ts::select::with non-empty input listcreated8 months ago
, last run8 months ago
benchmarks/array/select.bench.ts::select::without a condition callbackcreated8 months ago
, last run8 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with empty input listcreated8 months ago
, last run8 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with indexcreated8 months ago
, last run8 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with non-empty input listcreated8 months ago
, last run8 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::without a condition callbackcreated8 months ago
, last run8 months ago
benchmarks/array/shift.bench.ts::shift::with empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/shift.bench.ts::shift::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/sift.bench.ts::sift::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/sort.bench.ts::sort::with ascending ordercreated8 months ago
, last run8 months ago
benchmarks/array/sort.bench.ts::sort::with descending ordercreated8 months ago
, last run8 months ago
benchmarks/array/sum.bench.ts::sum::with list of numberscreated8 months ago
, last run8 months ago
benchmarks/array/sum.bench.ts::sum::with list of objectscreated8 months ago
, last run8 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does existcreated8 months ago
, last run8 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does exist and custom matchercreated8 months ago
, last run8 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not existcreated8 months ago
, last run8 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not exist and custom matchercreated8 months ago
, last run8 months ago
benchmarks/array/toggle.bench.ts::toggle::with strategy prependcreated8 months ago
, last run8 months ago
benchmarks/array/unique.bench.ts::unique::with key fncreated8 months ago
, last run8 months ago
benchmarks/array/unique.bench.ts::unique::with non-empty arraycreated8 months ago
, last run8 months ago
benchmarks/array/zip.bench.ts::zip::with non-empty arrayscreated8 months ago
, last run8 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with custom map functioncreated8 months ago
, last run8 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with non-empty arrayscreated8 months ago
, last run8 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with only one valuecreated8 months ago
, last run8 months ago
benchmarks/number/inRange.bench.ts::inRange::with non-empty rangecreated8 months ago
, last run8 months ago
benchmarks/number/inRange.bench.ts::inRange::with two paramscreated8 months ago
, last run8 months ago
benchmarks/number/round.bench.ts::round::to default precision (0 decimal places)created8 months ago
, last run8 months ago
benchmarks/number/round.bench.ts::round::with out-of-bounds precisioncreated8 months ago
, last run8 months ago
benchmarks/number/round.bench.ts::round::with very small numbers close to zerocreated8 months ago
, last run8 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with stringcreated8 months ago
, last run8 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with undefinedcreated8 months ago
, last run8 months ago
benchmarks/number/toInt.bench.ts::toInt::with stringcreated8 months ago
, last run8 months ago
benchmarks/number/toInt.bench.ts::toInt::with undefinedcreated8 months ago
, last run8 months ago
benchmarks/object/assign.bench.ts::assign::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/clone.bench.ts::clone::with class instancecreated8 months ago
, last run8 months ago
benchmarks/object/clone.bench.ts::clone::with objectcreated8 months ago
, last run8 months ago
benchmarks/object/construct.bench.ts::construct::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/crush.bench.ts::crush::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with array of keyscreated8 months ago
, last run8 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with class instancecreated8 months ago
, last run8 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with filter callbackcreated8 months ago
, last run8 months ago
benchmarks/object/get.bench.ts::get::with array index pathcreated8 months ago
, last run8 months ago
benchmarks/object/get.bench.ts::get::with default valuecreated8 months ago
, last run8 months ago
benchmarks/object/get.bench.ts::get::with simple pathcreated8 months ago
, last run8 months ago
benchmarks/object/get.bench.ts::get::with undefined nested path and default valuecreated8 months ago
, last run8 months ago
benchmarks/object/invert.bench.ts::invert::with empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/invert.bench.ts::invert::with non-empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/keys.bench.ts::keys::with empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/keys.bench.ts::keys::with non-empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/listify.bench.ts::listify::with empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/listify.bench.ts::listify::with non-empty objectcreated8 months ago
, last run8 months ago
benchmarks/object/lowerize.bench.ts::lowerize::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/mapEntries.bench.ts::mapEntries::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/mapKeys.bench.ts::mapKeys::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/mapValues.bench.ts::mapValues::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/omit.bench.ts::omit::with empty keyscreated8 months ago
, last run8 months ago
benchmarks/object/omit.bench.ts::omit::with specific keyscreated8 months ago
, last run8 months ago
benchmarks/object/pick.bench.ts::pick::with empty keyscreated8 months ago
, last run8 months ago
benchmarks/object/pick.bench.ts::pick::with key not in objectcreated8 months ago
, last run8 months ago
benchmarks/object/pick.bench.ts::pick::with one key not in objectcreated8 months ago
, last run8 months ago
benchmarks/object/set.bench.ts::set::with array index pathcreated8 months ago
, last run8 months ago
benchmarks/object/set.bench.ts::set::with deep pathcreated8 months ago
, last run8 months ago
benchmarks/object/set.bench.ts::set::with numeric keycreated8 months ago
, last run8 months ago
benchmarks/object/set.bench.ts::set::with simple pathcreated8 months ago
, last run8 months ago
benchmarks/object/shake.bench.ts::shake::with filter function inputcreated8 months ago
, last run8 months ago
benchmarks/object/shake.bench.ts::shake::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/object/upperize.bench.ts::upperize::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/random/draw.bench.ts::draw::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/random/random.bench.ts::random::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/random/shuffle.bench.ts::shuffle::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/random/uid.bench.ts::uid::with special characterscreated8 months ago
, last run8 months ago
benchmarks/random/uid.bench.ts::uid::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::first method::get first itemcreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::last method::get last itemcreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::max method::max of two itemscreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::min method::min of two itemscreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::next method::get next itemcreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::previous method::get previous itemcreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by negative numbercreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by positive numbercreated8 months ago
, last run8 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by zerocreated8 months ago
, last run8 months ago
benchmarks/string/camel.bench.ts::camel::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/capitalize.bench.ts::capitalize::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/dash.bench.ts::dash::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/pascal.bench.ts::pascal::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/snake.bench.ts::snake::with numbers and special characters (no split on number)created8 months ago
, last run8 months ago
benchmarks/string/snake.bench.ts::snake::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/template.bench.ts::template::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/title.bench.ts::title::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/string/trim.bench.ts::trim::with a specified charactercreated8 months ago
, last run8 months ago
benchmarks/string/trim.bench.ts::trim::with two special characterscreated8 months ago
, last run8 months ago
benchmarks/string/trim.bench.ts::trim::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/typed/isDate.bench.ts::isDate::with invalid inputcreated8 months ago
, last run8 months ago
benchmarks/typed/isDate.bench.ts::isDate::with non-Date valuecreated8 months ago
, last run8 months ago
benchmarks/typed/isDate.bench.ts::isDate::with valid inputcreated8 months ago
, last run8 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty objectcreated8 months ago
, last run8 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty objectcreated8 months ago
, last run8 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with arrayscreated8 months ago
, last run8 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with complex objectscreated8 months ago
, last run8 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with numberscreated8 months ago
, last run8 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with objectscreated8 months ago
, last run8 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with stringscreated8 months ago
, last run8 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with floatcreated8 months ago
, last run8 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with integercreated8 months ago
, last run8 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with non-number valuecreated8 months ago
, last run8 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with anonymous functioncreated8 months ago
, last run8 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with arrow functioncreated8 months ago
, last run8 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with named functioncreated8 months ago
, last run8 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isInt.bench.ts::isInt::with integercreated8 months ago
, last run8 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-integercreated8 months ago
, last run8 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-number valuecreated8 months ago
, last run8 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with decimal stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with integer stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with non-numeric stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with floatcreated8 months ago
, last run8 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with integercreated8 months ago
, last run8 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with non-numbercreated8 months ago
, last run8 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isObject.bench.ts::isObject::with class instancecreated8 months ago
, last run8 months ago
benchmarks/typed/isObject.bench.ts::isObject::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isObject.bench.ts::isObject::with object literalcreated8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with Object.create(null)created8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with namespace objectcreated8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (Date)created8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (arguments)created8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with object literalcreated8 months ago
, last run8 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with non-primitivecreated8 months ago
, last run8 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with primitivecreated8 months ago
, last run8 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promisecreated8 months ago
, last run8 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promise-likecreated8 months ago
, last run8 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with non-Promisecreated8 months ago
, last run8 months ago
benchmarks/typed/isString.bench.ts::isString::with nullcreated8 months ago
, last run8 months ago
benchmarks/typed/isString.bench.ts::isString::with numbercreated8 months ago
, last run8 months ago
benchmarks/typed/isString.bench.ts::isString::with objectcreated8 months ago
, last run8 months ago
benchmarks/typed/isString.bench.ts::isString::with stringcreated8 months ago
, last run8 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with Symbol instancecreated8 months ago
, last run8 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with empty objectcreated8 months ago
, last run8 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with nullcreated8 months ago
, last run8 months ago
© 2025 CodSpeed Technology