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

Have DropOffPlace stop calling IBDO.data()/IBDO.dataLength(). #709

Merged

Conversation

jdcove2
Copy link
Collaborator

@jdcove2 jdcove2 commented Feb 26, 2024

This PR replaces the IBDO.data() call with IBDO.getChannelFactory() and IBDO.dataLength() call with IBDO.getChannelSize().

This allows DropOffPlace to determine if the data is null without incurring the cost of creating a byte array every time it is not null and correctly outputs the size of objects that are greater than 2^31.

@jpdahlke jpdahlke added this to the v8.0.0-M16 milestone Mar 18, 2024
@jpdahlke jpdahlke merged commit 117affd into NationalSecurityAgency:master Mar 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants