Skip to content

Replace hand-rolled ArrayQueue with ArrayDeque in standard library in … #3438

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

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

qwwdfsad
Copy link
Collaborator

@qwwdfsad qwwdfsad commented Sep 5, 2022

…order to (potentially) reduce dex size

Move ArrayQueue to JS-specific source-set to avoid touching JS

…order to (potentially) reduce dex size

Move ArrayQueue to JS-specific source-set to avoid touching JS
@qwwdfsad qwwdfsad changed the title Reduce hand-rolled ArrayQueue with ArrayDeque in standard library in … Replace hand-rolled ArrayQueue with ArrayDeque in standard library in … Sep 5, 2022
@dkhalanskyjb
Copy link
Collaborator

I get the point of not touching the JS part, but in this case, the changes required seem completely trivial, and removing any code is a win in my book. https://gist.github.com/dkhalanskyjb/419d1bb27866dc3c6f8e9bf06b751100

@qwwdfsad
Copy link
Collaborator Author

qwwdfsad commented Sep 8, 2022

Good point, done

@qwwdfsad qwwdfsad merged commit 1fc01e7 into develop Sep 9, 2022
@qwwdfsad qwwdfsad deleted the get-rid-of-array-queue branch September 9, 2022 15:15
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.

3 participants