Benchmarks
benchmarks/array/alphabetical.bench.ts::alphabetical::with ascending ordercreated11 months ago
, last run11 months ago
benchmarks/array/alphabetical.bench.ts::alphabetical::with descending ordercreated11 months ago
, last run11 months ago
benchmarks/array/boil.bench.ts::boil::with empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/boil.bench.ts::boil::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/cluster.bench.ts::cluster::specified cluster size of 3created11 months ago
, last run11 months ago
benchmarks/array/cluster.bench.ts::cluster::with default cluster sizecreated11 months ago
, last run11 months ago
benchmarks/array/counting.bench.ts::counting::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/array/diff.bench.ts::diff::with entirely different arrayscreated11 months ago
, last run11 months ago
benchmarks/array/diff.bench.ts::diff::with identity functioncreated11 months ago
, last run11 months ago
benchmarks/array/first.bench.ts::first::with empty array and a default valuecreated11 months ago
, last run11 months ago
benchmarks/array/first.bench.ts::first::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/flat.bench.ts::flat::with non-empty input listcreated11 months ago
, last run11 months ago
benchmarks/array/fork.bench.ts::fork::with empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/fork.bench.ts::fork::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/group.bench.ts::group::with groups by provided attributecreated11 months ago
, last run11 months ago
benchmarks/array/intersects.bench.ts::intersects::with custom identity functioncreated11 months ago
, last run11 months ago
benchmarks/array/intersects.bench.ts::intersects::with mixed arrayscreated11 months ago
, last run11 months ago
benchmarks/array/intersects.bench.ts::intersects::with no common itemscreated11 months ago
, last run11 months ago
benchmarks/array/intersects.bench.ts::intersects::with object arrayscreated11 months ago
, last run11 months ago
benchmarks/array/iterate.bench.ts::iterate::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/array/last.bench.ts::last::with empty listcreated11 months ago
, last run11 months ago
benchmarks/array/last.bench.ts::last::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/array/list.bench.ts::list::with custom stepcreated11 months ago
, last run11 months ago
benchmarks/array/list.bench.ts::list::with default stepcreated11 months ago
, last run11 months ago
benchmarks/array/list.bench.ts::list::with function fillcreated11 months ago
, last run11 months ago
benchmarks/array/list.bench.ts::list::with object fillcreated11 months ago
, last run11 months ago
benchmarks/array/list.bench.ts::list::with string fillcreated11 months ago
, last run11 months ago
benchmarks/array/max.bench.ts::max::with list of numberscreated11 months ago
, last run11 months ago
benchmarks/array/max.bench.ts::max::with list of objectscreated11 months ago
, last run11 months ago
benchmarks/array/merge.bench.ts::merge::with complex inputscreated11 months ago
, last run11 months ago
benchmarks/array/merge.bench.ts::merge::with two empty array inputscreated11 months ago
, last run11 months ago
benchmarks/array/min.bench.ts::min::with list of numberscreated11 months ago
, last run11 months ago
benchmarks/array/min.bench.ts::min::with list of objectscreated11 months ago
, last run11 months ago
benchmarks/array/objectify.bench.ts::objectify::with empty listcreated11 months ago
, last run11 months ago
benchmarks/array/objectify.bench.ts::objectify::with full list and identity value functioncreated11 months ago
, last run11 months ago
benchmarks/array/range.bench.ts::range::with custom stepcreated11 months ago
, last run11 months ago
benchmarks/array/range.bench.ts::range::with custom value generatorcreated11 months ago
, last run11 months ago
benchmarks/array/range.bench.ts::range::with default stepcreated11 months ago
, last run11 months ago
benchmarks/array/replace.bench.ts::replace::with item by indexcreated11 months ago
, last run11 months ago
benchmarks/array/replace.bench.ts::replace::with item in a list of objectscreated11 months ago
, last run11 months ago
benchmarks/array/replace.bench.ts::replace::with undefined new itemcreated11 months ago
, last run11 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::append itemcreated11 months ago
, last run11 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at endcreated11 months ago
, last run11 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at startcreated11 months ago
, last run11 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item in middlecreated11 months ago
, last run11 months ago
benchmarks/array/select.bench.ts::select::with empty input listcreated11 months ago
, last run11 months ago
benchmarks/array/select.bench.ts::select::with indexcreated11 months ago
, last run11 months ago
benchmarks/array/select.bench.ts::select::with non-empty input listcreated11 months ago
, last run11 months ago
benchmarks/array/select.bench.ts::select::without a condition callbackcreated11 months ago
, last run11 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with empty input listcreated11 months ago
, last run11 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with indexcreated11 months ago
, last run11 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with non-empty input listcreated11 months ago
, last run11 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::without a condition callbackcreated11 months ago
, last run11 months ago
benchmarks/array/shift.bench.ts::shift::with empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/shift.bench.ts::shift::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/sift.bench.ts::sift::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/sort.bench.ts::sort::with ascending ordercreated11 months ago
, last run11 months ago
benchmarks/array/sort.bench.ts::sort::with descending ordercreated11 months ago
, last run11 months ago
benchmarks/array/sum.bench.ts::sum::with list of numberscreated11 months ago
, last run11 months ago
benchmarks/array/sum.bench.ts::sum::with list of objectscreated11 months ago
, last run11 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does existcreated11 months ago
, last run11 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does exist and custom matchercreated11 months ago
, last run11 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not existcreated11 months ago
, last run11 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not exist and custom matchercreated11 months ago
, last run11 months ago
benchmarks/array/toggle.bench.ts::toggle::with strategy prependcreated11 months ago
, last run11 months ago
benchmarks/array/unique.bench.ts::unique::with key fncreated11 months ago
, last run11 months ago
benchmarks/array/unique.bench.ts::unique::with non-empty arraycreated11 months ago
, last run11 months ago
benchmarks/array/zip.bench.ts::zip::with non-empty arrayscreated11 months ago
, last run11 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with custom map functioncreated11 months ago
, last run11 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with non-empty arrayscreated11 months ago
, last run11 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with only one valuecreated11 months ago
, last run11 months ago
benchmarks/number/inRange.bench.ts::inRange::with non-empty rangecreated11 months ago
, last run11 months ago
benchmarks/number/inRange.bench.ts::inRange::with two paramscreated11 months ago
, last run11 months ago
benchmarks/number/round.bench.ts::round::to default precision (0 decimal places)created11 months ago
, last run11 months ago
benchmarks/number/round.bench.ts::round::with out-of-bounds precisioncreated11 months ago
, last run11 months ago
benchmarks/number/round.bench.ts::round::with very small numbers close to zerocreated11 months ago
, last run11 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with stringcreated11 months ago
, last run11 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with undefinedcreated11 months ago
, last run11 months ago
benchmarks/number/toInt.bench.ts::toInt::with stringcreated11 months ago
, last run11 months ago
benchmarks/number/toInt.bench.ts::toInt::with undefinedcreated11 months ago
, last run11 months ago
benchmarks/object/assign.bench.ts::assign::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/clone.bench.ts::clone::with class instancecreated11 months ago
, last run11 months ago
benchmarks/object/clone.bench.ts::clone::with objectcreated11 months ago
, last run11 months ago
benchmarks/object/construct.bench.ts::construct::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/crush.bench.ts::crush::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with array of keyscreated11 months ago
, last run11 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with class instancecreated11 months ago
, last run11 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with filter callbackcreated11 months ago
, last run11 months ago
benchmarks/object/get.bench.ts::get::with array index pathcreated11 months ago
, last run11 months ago
benchmarks/object/get.bench.ts::get::with default valuecreated11 months ago
, last run11 months ago
benchmarks/object/get.bench.ts::get::with simple pathcreated11 months ago
, last run11 months ago
benchmarks/object/get.bench.ts::get::with undefined nested path and default valuecreated11 months ago
, last run11 months ago
benchmarks/object/invert.bench.ts::invert::with empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/invert.bench.ts::invert::with non-empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/keys.bench.ts::keys::with empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/keys.bench.ts::keys::with non-empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/listify.bench.ts::listify::with empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/listify.bench.ts::listify::with non-empty objectcreated11 months ago
, last run11 months ago
benchmarks/object/lowerize.bench.ts::lowerize::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/mapEntries.bench.ts::mapEntries::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/mapKeys.bench.ts::mapKeys::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/mapValues.bench.ts::mapValues::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/omit.bench.ts::omit::with empty keyscreated11 months ago
, last run11 months ago
benchmarks/object/omit.bench.ts::omit::with specific keyscreated11 months ago
, last run11 months ago
benchmarks/object/pick.bench.ts::pick::with empty keyscreated11 months ago
, last run11 months ago
benchmarks/object/pick.bench.ts::pick::with key not in objectcreated11 months ago
, last run11 months ago
benchmarks/object/pick.bench.ts::pick::with one key not in objectcreated11 months ago
, last run11 months ago
benchmarks/object/set.bench.ts::set::with array index pathcreated11 months ago
, last run11 months ago
benchmarks/object/set.bench.ts::set::with deep pathcreated11 months ago
, last run11 months ago
benchmarks/object/set.bench.ts::set::with numeric keycreated11 months ago
, last run11 months ago
benchmarks/object/set.bench.ts::set::with simple pathcreated11 months ago
, last run11 months ago
benchmarks/object/shake.bench.ts::shake::with filter function inputcreated11 months ago
, last run11 months ago
benchmarks/object/shake.bench.ts::shake::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/object/upperize.bench.ts::upperize::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/random/draw.bench.ts::draw::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/random/random.bench.ts::random::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/random/shuffle.bench.ts::shuffle::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/random/uid.bench.ts::uid::with special characterscreated11 months ago
, last run11 months ago
benchmarks/random/uid.bench.ts::uid::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::first method::get first itemcreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::last method::get last itemcreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::max method::max of two itemscreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::min method::min of two itemscreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::next method::get next itemcreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::previous method::get previous itemcreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by negative numbercreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by positive numbercreated11 months ago
, last run11 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by zerocreated11 months ago
, last run11 months ago
benchmarks/string/camel.bench.ts::camel::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/capitalize.bench.ts::capitalize::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/dash.bench.ts::dash::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/pascal.bench.ts::pascal::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/snake.bench.ts::snake::with numbers and special characters (no split on number)created11 months ago
, last run11 months ago
benchmarks/string/snake.bench.ts::snake::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/template.bench.ts::template::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/title.bench.ts::title::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/string/trim.bench.ts::trim::with a specified charactercreated11 months ago
, last run11 months ago
benchmarks/string/trim.bench.ts::trim::with two special characterscreated11 months ago
, last run11 months ago
benchmarks/string/trim.bench.ts::trim::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/typed/isDate.bench.ts::isDate::with invalid inputcreated11 months ago
, last run11 months ago
benchmarks/typed/isDate.bench.ts::isDate::with non-Date valuecreated11 months ago
, last run11 months ago
benchmarks/typed/isDate.bench.ts::isDate::with valid inputcreated11 months ago
, last run11 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty objectcreated11 months ago
, last run11 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty objectcreated11 months ago
, last run11 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with arrayscreated11 months ago
, last run11 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with complex objectscreated11 months ago
, last run11 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with numberscreated11 months ago
, last run11 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with objectscreated11 months ago
, last run11 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with stringscreated11 months ago
, last run11 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with floatcreated11 months ago
, last run11 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with integercreated11 months ago
, last run11 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with non-number valuecreated11 months ago
, last run11 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with anonymous functioncreated11 months ago
, last run11 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with arrow functioncreated11 months ago
, last run11 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with named functioncreated11 months ago
, last run11 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isInt.bench.ts::isInt::with integercreated11 months ago
, last run11 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-integercreated11 months ago
, last run11 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-number valuecreated11 months ago
, last run11 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with decimal stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with integer stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with non-numeric stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with floatcreated11 months ago
, last run11 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with integercreated11 months ago
, last run11 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with non-numbercreated11 months ago
, last run11 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isObject.bench.ts::isObject::with class instancecreated11 months ago
, last run11 months ago
benchmarks/typed/isObject.bench.ts::isObject::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isObject.bench.ts::isObject::with object literalcreated11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with Object.create(null)created11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with namespace objectcreated11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (Date)created11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (arguments)created11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with object literalcreated11 months ago
, last run11 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with non-primitivecreated11 months ago
, last run11 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with primitivecreated11 months ago
, last run11 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promisecreated11 months ago
, last run11 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promise-likecreated11 months ago
, last run11 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with non-Promisecreated11 months ago
, last run11 months ago
benchmarks/typed/isString.bench.ts::isString::with nullcreated11 months ago
, last run11 months ago
benchmarks/typed/isString.bench.ts::isString::with numbercreated11 months ago
, last run11 months ago
benchmarks/typed/isString.bench.ts::isString::with objectcreated11 months ago
, last run11 months ago
benchmarks/typed/isString.bench.ts::isString::with stringcreated11 months ago
, last run11 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with Symbol instancecreated11 months ago
, last run11 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with empty objectcreated11 months ago
, last run11 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with nullcreated11 months ago
, last run11 months ago
© 2025 CodSpeed Technology