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

Add unordered remove to primitive collection #135

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

karypid
Copy link
Contributor

@karypid karypid commented Mar 8, 2018

Add fast unordered remove to primitive int collections (and longs through primitive expander).

Basically removes an element faster by overwriting with the last element (breaks order). This is instead of #134 because that approach is not allocation-free and the point of that change was to allow this in the primitive collections.

@mjpt777 mjpt777 merged commit a4824ed into real-logic:master Mar 9, 2018
@mjpt777
Copy link
Contributor

mjpt777 commented Mar 9, 2018

Thanks.

mjpt777 added a commit that referenced this pull request Mar 9, 2018
…d provide a more efficient remove that from PR #135.
@karypid karypid deleted the karypid branch March 9, 2018 22:52
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

2 participants