The reason this module exists is because I had a suite of IterableIterator prototype extensions, they were all generator functions and they were not performant at all.
It seems like Sequency is written in a similar way to goodstream (IE, using Iterator stuff without generators), the only difference is that the code is a lot easier to read. (Most of goodstream was made specifically to be performant, the code being "maintainable" is much less a priority).
It'd be a good idea to test performance between the modules to see where additional perf gains could be in goodstream, and if the optimisations I've done are even that great.
The reason this module exists is because I had a suite of IterableIterator prototype extensions, they were all generator functions and they were not performant at all.
It seems like Sequency is written in a similar way to goodstream (IE, using Iterator stuff without generators), the only difference is that the code is a lot easier to read. (Most of goodstream was made specifically to be performant, the code being "maintainable" is much less a priority).
It'd be a good idea to test performance between the modules to see where additional perf gains could be in goodstream, and if the optimisations I've done are even that great.