objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

JsonParser very poor performance #383

Closed ghost closed 1 year ago

ghost commented 1 year ago

Compared to equivalent C code that returned the result almost instantly, the Objeck version took several seconds to return the result.

objeck commented 1 year ago

Please forward the code tested

objeck commented 1 year ago

I don't want to share either the JSON file or the C code.

Please share both.