|
|
|
|
|
by nikolay
936 days ago
|
|
I wonder why these are not available from the project directly and why input data is not in some standard format like JSON. Parsing the input for speed is the dirtiest part. If it was always in JSON, then at least that part would have been prettier! Last nights task I did with stinky code string-splitting for speed. |
|
I assumed Eric (the creator) moved away from JSON to have a level playing field and simplify parsing (and potentially build dependencies) across various programming languages.