Vurv

Results 38 comments of Vurv

Can you be more specific? Like hotreloading? And would this be for lua_openscript files or for like plugins? If so, plugins already pretty much 'hot reload' in that their files...

``trace.trace`` and ``trace.traceHull`` 😅 also ``sql.SQLstr`` a lot of redundant ``name.name``

I think ``trace.line`` would fit better alongside ``trace.hull``

Also, ``sounds`` is plural as well (even going against glua's ``sound``) 🤔

If you want a fast implementation: https://github.com/Vurv78/qjson.lua ~~Runs thousands of times faster than this repo~~ ``` LuaJIT 2.1.0-beta3 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Running benchmarks... | Name (Decode)...

Addressing my incorrect claim that it is "thousands of times faster": This was very wrong and a dumb mistake on my end. I've largely rewritten the code to be even...

> On an unrelated note, regarding the `isarray` discussion would the following approach not make more sense (from a performance perspective at least): > > ```lua > local function isArray(value)...