www.fgks.org   »   [go: up one dir, main page]

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

s2: Improve speed with bigger output margin #395

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

klauspost
Copy link
Owner
@klauspost klauspost commented Jun 9, 2021

Use bigger output margin and utilize it to reduce memmove branching.

Before -> after (best of 10)

Compressing... 10737418240 -> 4455442050 [41.49%]; 2.964s, 3454.9MB/s
Compressing... 10737418240 -> 4455442050 [41.49%]; 2.805s, 3650.2MB/s

Compressing... 10737418240 -> 4562648848 [42.49%]; 860ms, 11907.1MB/s
Compressing... 10737418240 -> 4562648848 [42.49%]; 856ms, 11960.0MB/s

Compressing... 10065157632 -> 5540789702 [55.05%]; 1.55s, 6193.7MB/s
Compressing... 10065157632 -> 5540789702 [55.05%]; 1.53s, 6273.7MB/s

Compressing... 10065157632 -> 5916578242 [58.78%]; 983ms, 9765.1MB/s
Compressing... 10065157632 -> 5916578242 [58.78%]; 972ms, 9878.3MB/s

Compressing... 10000000000 -> 4129259395 [41.29%]; 1.967s, 4848.0MB/s
Compressing... 10000000000 -> 4129259395 [41.29%]; 1.857s, 5134.7MB/s

Compressing... 10000000000 -> 4761467548 [47.61%]; 1.077s, 8853.7MB/s
Compressing... 10000000000 -> 4761467548 [47.61%]; 1.07s, 8910.8MB/s

Use bigger output margin and utilize it to reduce memmove branching.
@klauspost klauspost merged commit 893eb62 into master Jun 9, 2021
@klauspost klauspost deleted the s2-use-output-margin branch June 9, 2021 15:25
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