turtle.io 4.0.0
This major release of turtle.io features breaking changes to some core APIs, to correct the oddness in the data flow that crept in over time as features were added. What was once a series of synchronous functions which occasionally branched into streams, is now an optimized asynchronous pipeline that utilizes Promises to effectively schedule the functional units, so the hamster wheel will spin faster for everyone. The initial results appear to be a marginal increase in concurrency; turtle.io was already hitting >99% ... at least I didn't make it slower! yay!! I've also reorganized the multiple class source files into a new single "turtleio.js" file, mostly for IDE completion.
















