Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The next milestone is actually to write a code generator for structs, maps and slices.


Out of curiosity, is their any consideration to run-time gen and compilation followed by dynamic loading? There would obviously be UX to startup time tradeoff involved..

I'm not sure how most languages tackle high performance json encoding/decoding, but I have seen a few .Net implementations that take advantage of the JIT to gain performance while providing a more seamless library consumer experience.


Dynamic loading for go is not well supported, and that kind of "on the fly" compilation, JIT or otherwise, is not supported at all...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: