Consoles icon indicating copy to clipboard operation
Consoles copied to clipboard

Rewrite editor indexing/parsing in C

Open jarcode-foss opened this issue 10 years ago • 1 comments

I have a unique way of parsing the text from the editor that may be better suited for C, mostly because I can avoid creating so many new array blocks and copies in java and just realloc(...) in C.

jarcode-foss avatar Oct 28 '15 07:10 jarcode-foss

while I'm at this, I can probably attempt at #22 as well

jarcode-foss avatar Oct 28 '15 07:10 jarcode-foss