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

> Also, if you can compile to bytecode ahead of time, then that could save the time needed to parse the text of a sql query to bytecode at runtime.

That's exactly how those "prepared statements" work in SQLite - you get a handle to a piece of bytecode, and you can call it with different parameters.



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

Search: