nu_scripts/stdlib-candidate
Maxim Uvarov 398cc82308
std bench improvement proposal (#873)
- removed usage of a new external command `math significant-digits`
- rounded precision to 4th digit including (max relative error of 0.05%)
- in `--pretty` I replaced abs `stddev` with relative `coefficient of
variation` (CV)

@amtoine, would you please take a look into my new variant once again? 
Maybe this time it will be good enough? 

<img width="804" alt="image"
src="https://github.com/nushell/nu_scripts/assets/4896754/49e62609-4301-4d5c-b1f5-d2c3355cb33e">
2024-06-08 09:31:29 -05:00
..
std-rfc std bench improvement proposal (#873) 2024-06-08 09:31:29 -05:00
tests std bench improvement proposal (#873) 2024-06-08 09:31:29 -05:00
nupm.nuon Refactor stdlib-candidate for nupm (#790) 2024-03-16 13:57:05 +02:00
README.md Add str append to stdlib-candidate (#626) 2023-09-30 17:13:46 -05:00

std-lib candidate

This folder is where we can add scripts that might want to be in std-lib at some point. It can serve both as a holding place for scripts that are waiting on nushell changes, as well as a place to develop and discuss such scripts.