- Add
make_asyncfunction to generate combinations sequentially.
- The
sorteroption was split intosorterandcriterion.- e.g., greedy -> hash sorter + greedy criterion.
- The
greedymethod is much faster than before. - The
greedymethod now includes atoleranceoption to balance speed and results. - The sequential sorter was dropped.
- Due to the potential for huge numbers of combinations in TypeScript.
- The greedy sorter was improved in both implementations.
- Speed has been increased.
- First release 🎉