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

flate: Add amd64 assembly matchlen #837

Merged
merged 2 commits into from
Jul 17, 2023
Merged

flate: Add amd64 assembly matchlen #837

merged 2 commits into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. flate: Add assembly matchlen

    A few percent faster.
    
    ```
    before:
    github-june-2days-2019.json	gzkp	1	6273951764	1073607045	17271	346.43
    github-june-2days-2019.json	gzkp	2	6273951764	1045461954	20016	298.92
    github-june-2days-2019.json	gzkp	3	6273951764	1030139729	21372	279.95
    github-june-2days-2019.json	gzkp	4	6273951764	992526317	26354	227.03
    github-june-2days-2019.json	gzkp	5	6273951764	938015731	28919	206.89
    github-june-2days-2019.json	gzkp	6	6273951764	918717756	32473	184.25
    github-june-2days-2019.json	gzkp	7	6273951764	924473679	41597	143.84
    github-june-2days-2019.json	gzkp	8	6273951764	905294390	52419	114.14
    github-june-2days-2019.json	gzkp	9	6273951764	895561157	103132	58.02
    
    after:
    github-june-2days-2019.json	gzkp	1	6273951764	1073607045	16978	352.40
    github-june-2days-2019.json	gzkp	2	6273951764	1045461954	19362	309.01
    github-june-2days-2019.json	gzkp	3	6273951764	1030139729	20882	286.53
    github-june-2days-2019.json	gzkp	4	6273951764	992526317	25009	239.24
    github-june-2days-2019.json	gzkp	5	6273951764	938015731	28934	206.79
    github-june-2days-2019.json	gzkp	6	6273951764	918717756	32698	182.98
    github-june-2days-2019.json	gzkp	7	6273951764	924473679	42734	140.01
    github-june-2days-2019.json	gzkp	8	6273951764	905294390	53639	111.55
    github-june-2days-2019.json	gzkp	9	6273951764	895561157	97701	61.24
    ```
    klauspost committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6607088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c4af1 View commit details
    Browse the repository at this point in the history