Athan
Athan
I suppose it could be possible that minification is reordering operations, but one would need to confirm by examining the bundled output.
@performant23 Yes, your understanding seems correct.
If you are interested in working on this, I suggest picking one package whose benchmarks should be updated and only focusing on that package.
Great! Thanks!
@Snehil-Shah Sure. Maybe choose `@stdlib/assert/is-boolean`?
@performant23 Similar to https://github.com/stdlib-js/stdlib/blob/bb104f6a5138d600a4d1460af5380cb4960481d3/lib/node_modules/%40stdlib/assert/is-complex-like/benchmark/benchmark.js#L33, prefer instead ```javascript bench( pkg+'::primitives,true', function benchmark( b ) { var values; var bool; var i; values = [ '5', 'beep' ]; b.tic(); for ( i...
@yashveeeeer We don't assign issues, but you are free to submit a PR.
@Shafqat-Shahriar Yes, the issue is open. You can learn more by seeing what's currently available: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr. In particular, you may find additional insight from - https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/wmean - https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/stdev
Yes, still open.
Yes, that would be preferrable.