Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CODAP] Apply batch processing optimizations to CODAP wrapper #355

Open
Tracked by #1157
matthew-blackman opened this issue Oct 2, 2024 · 3 comments
Open
Tracked by #1157
Assignees

Comments

@matthew-blackman
Copy link
Contributor

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.

@matthew-blackman 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
@matthew-blackman matthew-blackman self-assigned this Oct 2, 2024
@Nancy-Salpepi
Copy link

Nancy-Salpepi commented Oct 21, 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.

@KatieWoe
Copy link

Due to the wording in #346 (comment), I wonder if that error is related?

@KatieWoe
Copy link

I tried it out myself, and they do seem connected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants