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

Removed FEATURE_DICTIONARY_REMOVE_CONTINUEENUMERATION from the codebase #980

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

NightOwl888
Copy link
Contributor

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a change, please open an issue to discuss the change or find an existing issue.

Summary of the changes

Removed FEATURE_DICTIONARY_REMOVE_CONTINUEENUMERATION from the codebase

Fixes #978

Description

Removed FEATURE_DICTIONARY_REMOVE_CONTINUEENUMERATION from the codebase.

Also, updated private fields to use J2N.Collections.Generic.Dictionary<TKey,TValue> for a performance boost when we upgrade to J2N 3.x GetEnumerator() currently boxes from struct to interface, but the breaking API change will return the struct instead, avoiding the boxing.

… private fields to use J2N.Collections.Generic.Dictionary<TKey,TValue> for a performance boost when we upgrade to J2N 3.x (GetEnumerator() currently boxes from struct to interface). (fixes apache#978)
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00017 milestone Oct 21, 2024
@paulirwin paulirwin merged commit 78e40ac into apache:master Oct 21, 2024
199 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.

Task: Remove FEATURE_DICTIONARY_REMOVE_CONTINUEENUMERATION from the codebase
2 participants