dubzzz / fast-check

Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
https://fast-check.dev/
MIT License
4.25k stars 176 forks source link

Replace our custom Stream by native ones #5105

Open dubzzz opened 1 month ago

dubzzz commented 1 month ago

💡 Idea

The only missing piece was around helpers on iterators. If proved faster to execute we will probably drop our custom Stream implementation.

https://tc39.es/proposal-iterator-helpers/ https://github.com/tc39/proposal-iterator-helpers

⚠️ Not yet confirmed, but worth tracking it