Benchmarks
benchmarks/array/alphabetical.bench.ts::alphabetical::with ascending ordercreated10 months ago
, last run10 months ago
benchmarks/array/alphabetical.bench.ts::alphabetical::with descending ordercreated10 months ago
, last run10 months ago
benchmarks/array/boil.bench.ts::boil::with empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/boil.bench.ts::boil::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/cluster.bench.ts::cluster::specified cluster size of 3created10 months ago
, last run10 months ago
benchmarks/array/cluster.bench.ts::cluster::with default cluster sizecreated10 months ago
, last run10 months ago
benchmarks/array/counting.bench.ts::counting::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/array/diff.bench.ts::diff::with entirely different arrayscreated10 months ago
, last run10 months ago
benchmarks/array/diff.bench.ts::diff::with identity functioncreated10 months ago
, last run10 months ago
benchmarks/array/first.bench.ts::first::with empty array and a default valuecreated10 months ago
, last run10 months ago
benchmarks/array/first.bench.ts::first::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/flat.bench.ts::flat::with non-empty input listcreated10 months ago
, last run10 months ago
benchmarks/array/fork.bench.ts::fork::with empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/fork.bench.ts::fork::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/group.bench.ts::group::with groups by provided attributecreated10 months ago
, last run10 months ago
benchmarks/array/intersects.bench.ts::intersects::with custom identity functioncreated10 months ago
, last run10 months ago
benchmarks/array/intersects.bench.ts::intersects::with mixed arrayscreated10 months ago
, last run10 months ago
benchmarks/array/intersects.bench.ts::intersects::with no common itemscreated10 months ago
, last run10 months ago
benchmarks/array/intersects.bench.ts::intersects::with object arrayscreated10 months ago
, last run10 months ago
benchmarks/array/iterate.bench.ts::iterate::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/array/last.bench.ts::last::with empty listcreated10 months ago
, last run10 months ago
benchmarks/array/last.bench.ts::last::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/array/list.bench.ts::list::with custom stepcreated10 months ago
, last run10 months ago
benchmarks/array/list.bench.ts::list::with default stepcreated10 months ago
, last run10 months ago
benchmarks/array/list.bench.ts::list::with function fillcreated10 months ago
, last run10 months ago
benchmarks/array/list.bench.ts::list::with object fillcreated10 months ago
, last run10 months ago
benchmarks/array/list.bench.ts::list::with string fillcreated10 months ago
, last run10 months ago
benchmarks/array/max.bench.ts::max::with list of numberscreated10 months ago
, last run10 months ago
benchmarks/array/max.bench.ts::max::with list of objectscreated10 months ago
, last run10 months ago
benchmarks/array/merge.bench.ts::merge::with complex inputscreated10 months ago
, last run10 months ago
benchmarks/array/merge.bench.ts::merge::with two empty array inputscreated10 months ago
, last run10 months ago
benchmarks/array/min.bench.ts::min::with list of numberscreated10 months ago
, last run10 months ago
benchmarks/array/min.bench.ts::min::with list of objectscreated10 months ago
, last run10 months ago
benchmarks/array/objectify.bench.ts::objectify::with empty listcreated10 months ago
, last run10 months ago
benchmarks/array/objectify.bench.ts::objectify::with full list and identity value functioncreated10 months ago
, last run10 months ago
benchmarks/array/range.bench.ts::range::with custom stepcreated10 months ago
, last run10 months ago
benchmarks/array/range.bench.ts::range::with custom value generatorcreated10 months ago
, last run10 months ago
benchmarks/array/range.bench.ts::range::with default stepcreated10 months ago
, last run10 months ago
benchmarks/array/replace.bench.ts::replace::with item by indexcreated10 months ago
, last run10 months ago
benchmarks/array/replace.bench.ts::replace::with item in a list of objectscreated10 months ago
, last run10 months ago
benchmarks/array/replace.bench.ts::replace::with undefined new itemcreated10 months ago
, last run10 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::append itemcreated10 months ago
, last run10 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at endcreated10 months ago
, last run10 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item at startcreated10 months ago
, last run10 months ago
benchmarks/array/replaceOrAppend.bench.ts::replaceOrAppend::with item in middlecreated10 months ago
, last run10 months ago
benchmarks/array/select.bench.ts::select::with empty input listcreated10 months ago
, last run10 months ago
benchmarks/array/select.bench.ts::select::with indexcreated10 months ago
, last run10 months ago
benchmarks/array/select.bench.ts::select::with non-empty input listcreated10 months ago
, last run10 months ago
benchmarks/array/select.bench.ts::select::without a condition callbackcreated10 months ago
, last run10 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with empty input listcreated10 months ago
, last run10 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with indexcreated10 months ago
, last run10 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::with non-empty input listcreated10 months ago
, last run10 months ago
benchmarks/array/selectFirst.bench.ts::selectFirst::without a condition callbackcreated10 months ago
, last run10 months ago
benchmarks/array/shift.bench.ts::shift::with empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/shift.bench.ts::shift::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/sift.bench.ts::sift::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/sort.bench.ts::sort::with ascending ordercreated10 months ago
, last run10 months ago
benchmarks/array/sort.bench.ts::sort::with descending ordercreated10 months ago
, last run10 months ago
benchmarks/array/sum.bench.ts::sum::with list of numberscreated10 months ago
, last run10 months ago
benchmarks/array/sum.bench.ts::sum::with list of objectscreated10 months ago
, last run10 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does existcreated10 months ago
, last run10 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does exist and custom matchercreated10 months ago
, last run10 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not existcreated10 months ago
, last run10 months ago
benchmarks/array/toggle.bench.ts::toggle::with item that does not exist and custom matchercreated10 months ago
, last run10 months ago
benchmarks/array/toggle.bench.ts::toggle::with strategy prependcreated10 months ago
, last run10 months ago
benchmarks/array/unique.bench.ts::unique::with key fncreated10 months ago
, last run10 months ago
benchmarks/array/unique.bench.ts::unique::with non-empty arraycreated10 months ago
, last run10 months ago
benchmarks/array/zip.bench.ts::zip::with non-empty arrayscreated10 months ago
, last run10 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with custom map functioncreated10 months ago
, last run10 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with non-empty arrayscreated10 months ago
, last run10 months ago
benchmarks/array/zipToObject.bench.ts::zipToObject::with only one valuecreated10 months ago
, last run10 months ago
benchmarks/number/inRange.bench.ts::inRange::with non-empty rangecreated10 months ago
, last run10 months ago
benchmarks/number/inRange.bench.ts::inRange::with two paramscreated10 months ago
, last run10 months ago
benchmarks/number/round.bench.ts::round::to default precision (0 decimal places)created10 months ago
, last run10 months ago
benchmarks/number/round.bench.ts::round::with out-of-bounds precisioncreated10 months ago
, last run10 months ago
benchmarks/number/round.bench.ts::round::with very small numbers close to zerocreated10 months ago
, last run10 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with stringcreated10 months ago
, last run10 months ago
benchmarks/number/toFloat.bench.ts::toFloat::with undefinedcreated10 months ago
, last run10 months ago
benchmarks/number/toInt.bench.ts::toInt::with stringcreated10 months ago
, last run10 months ago
benchmarks/number/toInt.bench.ts::toInt::with undefinedcreated10 months ago
, last run10 months ago
benchmarks/object/assign.bench.ts::assign::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/clone.bench.ts::clone::with class instancecreated10 months ago
, last run10 months ago
benchmarks/object/clone.bench.ts::clone::with objectcreated10 months ago
, last run10 months ago
benchmarks/object/construct.bench.ts::construct::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/crush.bench.ts::crush::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with array of keyscreated10 months ago
, last run10 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with class instancecreated10 months ago
, last run10 months ago
benchmarks/object/filterKey.bench.ts::filterKey::with filter callbackcreated10 months ago
, last run10 months ago
benchmarks/object/get.bench.ts::get::with array index pathcreated10 months ago
, last run10 months ago
benchmarks/object/get.bench.ts::get::with default valuecreated10 months ago
, last run10 months ago
benchmarks/object/get.bench.ts::get::with simple pathcreated10 months ago
, last run10 months ago
benchmarks/object/get.bench.ts::get::with undefined nested path and default valuecreated10 months ago
, last run10 months ago
benchmarks/object/invert.bench.ts::invert::with empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/invert.bench.ts::invert::with non-empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/keys.bench.ts::keys::with empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/keys.bench.ts::keys::with non-empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/listify.bench.ts::listify::with empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/listify.bench.ts::listify::with non-empty objectcreated10 months ago
, last run10 months ago
benchmarks/object/lowerize.bench.ts::lowerize::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/mapEntries.bench.ts::mapEntries::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/mapKeys.bench.ts::mapKeys::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/mapValues.bench.ts::mapValues::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/omit.bench.ts::omit::with empty keyscreated10 months ago
, last run10 months ago
benchmarks/object/omit.bench.ts::omit::with specific keyscreated10 months ago
, last run10 months ago
benchmarks/object/pick.bench.ts::pick::with empty keyscreated10 months ago
, last run10 months ago
benchmarks/object/pick.bench.ts::pick::with key not in objectcreated10 months ago
, last run10 months ago
benchmarks/object/pick.bench.ts::pick::with one key not in objectcreated10 months ago
, last run10 months ago
benchmarks/object/set.bench.ts::set::with array index pathcreated10 months ago
, last run10 months ago
benchmarks/object/set.bench.ts::set::with deep pathcreated10 months ago
, last run10 months ago
benchmarks/object/set.bench.ts::set::with numeric keycreated10 months ago
, last run10 months ago
benchmarks/object/set.bench.ts::set::with simple pathcreated10 months ago
, last run10 months ago
benchmarks/object/shake.bench.ts::shake::with filter function inputcreated10 months ago
, last run10 months ago
benchmarks/object/shake.bench.ts::shake::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/object/upperize.bench.ts::upperize::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/random/draw.bench.ts::draw::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/random/random.bench.ts::random::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/random/shuffle.bench.ts::shuffle::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/random/uid.bench.ts::uid::with special characterscreated10 months ago
, last run10 months ago
benchmarks/random/uid.bench.ts::uid::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::first method::get first itemcreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::last method::get last itemcreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::max method::max of two itemscreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::min method::min of two itemscreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::next method::get next itemcreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::previous method::get previous itemcreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by negative numbercreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by positive numbercreated10 months ago
, last run10 months ago
benchmarks/series/series.bench.ts::series::spin method::spin by zerocreated10 months ago
, last run10 months ago
benchmarks/string/camel.bench.ts::camel::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/capitalize.bench.ts::capitalize::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/dash.bench.ts::dash::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/pascal.bench.ts::pascal::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/snake.bench.ts::snake::with numbers and special characters (no split on number)created10 months ago
, last run10 months ago
benchmarks/string/snake.bench.ts::snake::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/template.bench.ts::template::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/title.bench.ts::title::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/string/trim.bench.ts::trim::with a specified charactercreated10 months ago
, last run10 months ago
benchmarks/string/trim.bench.ts::trim::with two special characterscreated10 months ago
, last run10 months ago
benchmarks/string/trim.bench.ts::trim::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/typed/isDate.bench.ts::isDate::with invalid inputcreated10 months ago
, last run10 months ago
benchmarks/typed/isDate.bench.ts::isDate::with non-Date valuecreated10 months ago
, last run10 months ago
benchmarks/typed/isDate.bench.ts::isDate::with valid inputcreated10 months ago
, last run10 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty objectcreated10 months ago
, last run10 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with empty stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty objectcreated10 months ago
, last run10 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with non-empty stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isEmpty.bench.ts::isEmpty::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with arrayscreated10 months ago
, last run10 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with complex objectscreated10 months ago
, last run10 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with numberscreated10 months ago
, last run10 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with objectscreated10 months ago
, last run10 months ago
benchmarks/typed/isEqual.bench.ts::isEqual::with stringscreated10 months ago
, last run10 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with floatcreated10 months ago
, last run10 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with integercreated10 months ago
, last run10 months ago
benchmarks/typed/isFloat.bench.ts::isFloat::with non-number valuecreated10 months ago
, last run10 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with anonymous functioncreated10 months ago
, last run10 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with arrow functioncreated10 months ago
, last run10 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with named functioncreated10 months ago
, last run10 months ago
benchmarks/typed/isFunction.bench.ts::isFunction::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isInt.bench.ts::isInt::with integercreated10 months ago
, last run10 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-integercreated10 months ago
, last run10 months ago
benchmarks/typed/isInt.bench.ts::isInt::with non-number valuecreated10 months ago
, last run10 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with decimal stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with integer stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isIntString.bench.ts::isIntString::with non-numeric stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with floatcreated10 months ago
, last run10 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with integercreated10 months ago
, last run10 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with non-numbercreated10 months ago
, last run10 months ago
benchmarks/typed/isNumber.bench.ts::isNumber::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isObject.bench.ts::isObject::with class instancecreated10 months ago
, last run10 months ago
benchmarks/typed/isObject.bench.ts::isObject::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isObject.bench.ts::isObject::with object literalcreated10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with Object.create(null)created10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with namespace objectcreated10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (Date)created10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with non-plain object (arguments)created10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isPlainObject.bench.ts::isPlainObject::with object literalcreated10 months ago
, last run10 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with non-primitivecreated10 months ago
, last run10 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isPrimitive.bench.ts::isPrimitive::with primitivecreated10 months ago
, last run10 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promisecreated10 months ago
, last run10 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with Promise-likecreated10 months ago
, last run10 months ago
benchmarks/typed/isPromise.bench.ts::isPromise::with non-Promisecreated10 months ago
, last run10 months ago
benchmarks/typed/isString.bench.ts::isString::with nullcreated10 months ago
, last run10 months ago
benchmarks/typed/isString.bench.ts::isString::with numbercreated10 months ago
, last run10 months ago
benchmarks/typed/isString.bench.ts::isString::with objectcreated10 months ago
, last run10 months ago
benchmarks/typed/isString.bench.ts::isString::with stringcreated10 months ago
, last run10 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with Symbol instancecreated10 months ago
, last run10 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with empty objectcreated10 months ago
, last run10 months ago
benchmarks/typed/isSymbol.bench.ts::isSymbol::with nullcreated10 months ago
, last run10 months ago
© 2025 CodSpeed Technology