0.0.1 • Published 9 years ago

hotspot v0.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
9 years ago

Hotspot

An asynchronous control-flow library that courts the V8 JIT complier.

What you're about to see is a Cadence inpsired control-flow library that makes asynchrnous steps available for JIT compilation and inlining.

What do you need for error-first callback programming? Trampoline and a meaningful exception library. You'll find that here.

My programming style is object-oriented, building asynchronous error-first functions and assigning them as members of an object. This library encourages this form of programming.

The JIT comes from creating control flows that are one level deep, so that the participants will be compiled.