| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
readBuffer
|
|
|
|
| |
instead of a dedicated JSONInRoot structure
|
| |
|
|
|
|
| |
structure
|
| |
|
|
|
|
| |
better use of the buffer system
|
|
|
|
| |
decrease the number mallocs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
improving performance
|
| |
|
| |
|
|
|
|
| |
instead of the runes
|
|
|
|
| |
interface to a single struct
|
| |
|
| |
|
|
|
|
|
|
| |
own JSON parser and serialiser
These changes improve performance
|
| |
|
|
|
|
| |
implementation
|
| |
|
|
|
|
| |
This is to reduce the amount of translating between them that needs to be done
|
| |
|
|
|
|
| |
This results in a massive performance boost, ~4x speedup
|
|
|
|
| |
whatever is inside it
|
| |
|
| |
|
|
|
|
| |
We'll see if this sticks
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
commands
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
" as a literal for it
|
|
|
|
| |
This frees up " to be used for a string terminal literal
|
| |
|