Hi,
For some reason, I get an execution delay when reading data from JSON file compared to hardcoded data. I understand the latter is faster. But I expect the former to be also instantaneous since I'm not computing numbers (i.e. just reading them)
You can see the problem here (15 sec). First part is executing with JSON data while the latter is executing with hardcoded values
https://www.dropbox.com/s/5yzmbsil9u2xa7m/c4d192_execution_delay_from_json_data.mp4?dl=0
Is there a way around this?
Thank you for looking at my problem