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

Consider 1911 #1927

Merged
merged 5 commits into from
Sep 20, 2024
Merged

Consider 1911 #1927

merged 5 commits into from
Sep 20, 2024

Conversation

jajhall
Copy link
Sponsor Member

@jajhall jajhall commented Sep 14, 2024

Now multiplying by pre-computed reciprocals rather than performing divisions in loops in simplex solver: LP performance improvement ~2.5%

heshpdx and others added 5 commits September 6, 2024 20:20
Replace hot FDIVs with FMULs through precomputing inverse values
outside the loops. FDIVs are always more expensive than FMULs,
although the amount varies per CPU microarchitecture.
Replace expensive computations
@jajhall jajhall merged commit 494d697 into latest Sep 20, 2024
250 checks passed
@jajhall jajhall deleted the consider-1911 branch September 20, 2024 09:51
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.

2 participants