-
Notifications
You must be signed in to change notification settings - Fork 933
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
Allocation free iterators for LinkedHashMap #3487
Allocation free iterators for LinkedHashMap #3487
Conversation
@wilbit @fredericDelaporte would it be feasible to create a new class and use it? |
Well, I see that Another suggestion from me:
|
Obsoleting LinkedHashMap entirely and adding an internal replacement seems to me as the best way to handle this.
It is for supporting binary serialization. See also the |
|
|
305588e
to
35598c8
Compare
added |
35598c8
to
79eb47f
Compare
79eb47f
to
ddb35a8
Compare
Master branch protection requires the PR to be up-to-date with master. This PR has not edits for maintainers enabled, so, we cannot update it ourselves. Can you update it? |
ddb35a8
to
d744821
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Master branch protection requires the PR to be up-to-date with master. This PR has not edits for maintainers enabled, so, we cannot update it ourselves. Can you update the PR branch or enable edits for maintainers?
If you update it without enabling edits for maintainers, please also regenerate async files, as the automated task for this fails without this permission.
…ibernate#3486) depricated LinkedHashMap class made CollectionHelper.Remove method public (required fir unit tests) and removed it for netcore frameworks
d744821
to
3d08e08
Compare
rebased, @fredericDelaporte |
(cherry picked from commit 5675110)
fixes #3486
Possible breaking change: binary serializations of a session factory or a session from previous versions of NHibernate will not be deserializable with NHibernate 5.6.