Alek Paunov
Alek Paunov
Just a note in support of the effort: Besides the eventual speed improvement, an option to build RedBean with LuaJIT would allow bundling and using in an app some existing...
Since bit-ops were mentioned several times in the thread as an advantage of PUC 5.4 over LuaJIT above??? - LuaJIT 2 has build-in, [compiled to machine code](http://wiki.luajit.org/NYI#libraries_bit-library) bit ops from...
@apavlo, [Dolthub](https://www.dolthub.com/repositories/dolthub/ip-to-country) tries to be a "github" for relational data (supporting forking, pull-requests, etc.). It is based on the MySQL compatible versioned DB [dolt](https://dbdb.io/db/dolt). Do you mind publishing a dolt...
In many cases, json serialization of the resultset/resultsets goes outside of the app server (e.g. to web client or service consumer) without any mangling. IMHO, In these cases, it may...