You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing large groups of projectiles (for example, if 'Autogenerate data' is turned on), the wrapper lags as it tries to add the data entries one-by-one. Let's bundle the data that comes in a single frame to one API call with all of the new data being sent at once. This will be much faster, and allow for rapid collection of large amounts of data.
The text was updated successfully, but these errors were encountered:
matthew-blackman
changed the title
[CODAP wrapper] Apply batch processing optimizations to CODAP wrapper
[CODAP] Apply batch processing optimizations to CODAP wrapper
Oct 2, 2024
The data is added much faster in 1.0.5-rc.1 with mac + safari (compared it to 1.0.0-dev.3).
I will keep this issue open until more platforms are tested.
When processing large groups of projectiles (for example, if 'Autogenerate data' is turned on), the wrapper lags as it tries to add the data entries one-by-one. Let's bundle the data that comes in a single frame to one API call with all of the new data being sent at once. This will be much faster, and allow for rapid collection of large amounts of data.
The text was updated successfully, but these errors were encountered: