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

Change Debugging.Assert usage to not allocate due to lambda capture #372

Conversation

theolivenbaum
Copy link
Contributor

@theolivenbaum theolivenbaum commented Oct 17, 2020

Fix for #346 (comment)

NightOwl888 added a commit to NightOwl888/lucenenet that referenced this pull request Nov 3, 2020
…ters so the parameters are not resolved until a condition fails. There are still some calls that do light math and pick items from arrays, but this performance hit in the tests is something we can live with for better production performance. Closes apache#375, closes apache#373, closes apache#372.
NightOwl888 added a commit to NightOwl888/lucenenet that referenced this pull request Nov 3, 2020
…ters so the parameters are not resolved until a condition fails. There are still some calls that do light math and pick items from arrays, but this performance hit in the tests is something we can live with for better production performance. Closes apache#346, closes apache#373, closes apache#372.
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

1 participant