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

Performance #811

Open
calcitem opened this issue May 5, 2024 · 2 comments
Open

Performance #811

calcitem opened this issue May 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@calcitem
Copy link
Owner

calcitem commented May 5, 2024

7d8042d

d = 20, time=0
Debug

mac:
-O0: 30.21s LTO: 25.97s +16%

ios:
-O0: 81.44s LTO: 70.26s +16%
-Os: 17.49s LTO: 15.80s +11%
-Ofast: 16.07

@calcitem calcitem added the bug Something isn't working label May 5, 2024
@calcitem
Copy link
Owner Author

calcitem commented May 5, 2024

fno-exceptions

@calcitem
Copy link
Owner Author

Add -O3 and -flto=thin.

Test case:

 1.    d2    d6
 2.    f4    b4
 3.    d5    b6
 4.    b2    f6xb2
 5.    b2    f2

No Random:
 6.    g7

Before: 29.5s
After: 24s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant