by t.simoncini » 23 October 2023, 12:17
It's probably the auto correction, but there is a bit of a confusion here between JSON (JavaScript), JAVA (in the title) and C#.
Also it's difficult to talk about speed such in general terms, you need to provide the specific algorithm and data, and then you can make a comparison.
First of all, are we talking about INDE and its standard libraries in both JAVA/C#? Or are we talking in general outside of INDE?
Also, if you are talking about calculations, it doesn't matter the language, it's always going to be compiled and executed at a lower level in machine code, so it depends a lot on the hardware and the operations you end up doing.