-
Couldn't load subscription status.
- Fork 6
add sortBy #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add sortBy #282
Conversation
|
✅ All utility modules are properly registered in |
✅ Changeset detectedLatest commit: 8095f11
If no version change is needed, please add The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
|
Benchmark Results
View Full Benchmark Data{
"files": [
{
"filepath": "/home/runner/work/hidash/hidash/src/sortBy.bench.ts",
"groups": [
{
"fullName": "src/sortBy.bench.ts > sortBy performance",
"benchmarks": [
{
"id": "1776642059_0_0",
"name": "hidash sortBy",
"rank": 1,
"rme": 1.7132720663207657,
"samples": [],
"totalTime": 4418.773155000001,
"min": 434.8492210000004,
"max": 462.47664699999996,
"hz": 2.263071592323005,
"period": 441.87731550000007,
"mean": 441.87731550000007,
"variance": 112.01363238926405,
"sd": 10.583649294513876,
"sem": 3.3468437727098057,
"df": 9,
"critical": 2.262,
"moe": 7.5705606138695805,
"p75": 443.4577340000005,
"p99": 462.47664699999996,
"p995": 462.47664699999996,
"p999": 462.47664699999996,
"sampleCount": 10,
"median": 436.20437600000014
},
{
"id": "1776642059_0_1",
"name": "lodash sortBy",
"rank": 2,
"rme": 0.14800016231682517,
"samples": [],
"totalTime": 5310.598016000002,
"min": 529.081529000001,
"max": 533.2210240000004,
"hz": 1.883027103514814,
"period": 531.0598016000001,
"mean": 531.0598016000001,
"variance": 1.2073301328211723,
"sd": 1.098785753830642,
"sem": 0.3474665642649911,
"df": 9,
"critical": 2.262,
"moe": 0.7859693683674099,
"p75": 531.4083900000005,
"p99": 533.2210240000004,
"p995": 533.2210240000004,
"p999": 533.2210240000004,
"sampleCount": 10,
"median": 531.1625865000005
}
]
}
]
}
]
}Last updated by GitHub Actions |
|
includeRequiredPolyfill > 'es.array.sort' = 0.79 kB │ gzip: 0.46 kB skipRequiredPolyfillCheck > 'es.array.sort' = 0.72 kB │ gzip: 0.44 kB https://v8.dev/blog/array-sort https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort |
This resolves