wuhkuh / protocol

Protocol generator / parser for Node.JS
MIT License
4 stars 3 forks source link

Optimizing for V8 #5

Open wuhkuh opened 7 years ago

wuhkuh commented 7 years ago

This repository needs some more optimizing, as this hasn't been done yet.

wuhkuh commented 7 years ago

Recursion requires attention, as proper tail calls are not supported in Node.js. Which is a shame, because that's what I was waiting for.