Added byDefault function
This PR adds a new sorter that works just like JavaScript's default sort. I also added some comments in other places.
Hi @johnw42 ,
Firstly, I want to express my sincere appreciation for the effort you've put into these PRs for my library.
The features and improvements you've introduced are good, and I want to integrate these changes into the codebase.
Upon reviewing the PRs, one concern that caught my attention was the addition of the fast-check module.
While I understand the functionality it brings, I'm also mindful of the impact it may have on the library's overall size.
One of the goals of this library is to offer a small, simple way to sort arrays, and adding a 142kb library to a 1kb library it seems a little bit off
I believe we can work together to explore alternative solutions that maintain the integrity of the PR while addressing an alternative to this module.
If you're open to collaborating on this, it would be fantastic. Let's discuss potential alternatives or optimizations to ensure the library remains fit.
Once again, thank you for your work and dedication to enhancing the the library, it really means a lot to me.