Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v1.15.13
Choose a base ref
Loading
...
head repository:klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v1.15.14
Choose a head ref
Loading
  • 8commits
  • 15files changed
  • 3contributors

Commits on Dec 13, 2022

  1. Update README.md

    @klauspost
    klauspost authoredDec 13, 2022
    Configuration menu
    Copy the full SHA
    2e3fb33View commit details
    Browse the repository at this point in the history
  2. Update README.md

    @klauspost
    klauspost authoredDec 13, 2022
    Configuration menu
    Copy the full SHA
    1f355e8View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. flate: Improve speed in big stateless blocks. (#718)

    * flate: Improve speed in big stateless blocks.Don't re-alloc and copy dict for every block when compressing more than 32KB.```benchmark                         old ns/op     new ns/op     deltaBenchmarkEncodeDigitsSL1e4-32     52954         52850         -0.20%BenchmarkEncodeDigitsSL1e5-32     781061        745420        -4.56%BenchmarkEncodeDigitsSL1e6-32     8143640       7715674       -5.26%BenchmarkEncodeTwainSL1e4-32      68150         68415         +0.39%BenchmarkEncodeTwainSL1e5-32      715140        687326        -3.89%BenchmarkEncodeTwainSL1e6-32      7718175       7339694       -4.90%benchmark                         old MB/s     new MB/s     speedupBenchmarkEncodeDigitsSL1e4-32     188.84       189.21       1.00xBenchmarkEncodeDigitsSL1e5-32     128.03       134.15       1.05xBenchmarkEncodeDigitsSL1e6-32     122.80       129.61       1.06xBenchmarkEncodeTwainSL1e4-32      146.74       146.17       1.00xBenchmarkEncodeTwainSL1e5-32      139.83       145.49       1.04xBenchmarkEncodeTwainSL1e6-32      129.56       136.25       1.05xbenchmark                         old allocs     new allocs     deltaBenchmarkEncodeDigitsSL1e4-32     0              0              +0.00%BenchmarkEncodeDigitsSL1e5-32     3              0              -100.00%BenchmarkEncodeDigitsSL1e6-32     41             0              -100.00%BenchmarkEncodeTwainSL1e4-32      0              0              +0.00%BenchmarkEncodeTwainSL1e5-32      3              0              -100.00%BenchmarkEncodeTwainSL1e6-32      41             0              -100.00%benchmark                         old bytes     new bytes     deltaBenchmarkEncodeDigitsSL1e4-32     0             0             +0.00%BenchmarkEncodeDigitsSL1e5-32     92929         9             -99.99%BenchmarkEncodeDigitsSL1e6-32     1298964       97            -99.99%BenchmarkEncodeTwainSL1e4-32      0             0             +0.00%BenchmarkEncodeTwainSL1e5-32      92928         8             -99.99%BenchmarkEncodeTwainSL1e6-32      1298871       92            -99.99%```* Pin garble to v0.7.2
    @klauspost
    klauspost authoredDec 19, 2022
    Configuration menu
    Copy the full SHA
    b3140ceView commit details
    Browse the repository at this point in the history
  2. zstd: Trigger BCE by switching on lengths (#716)

    This patches reduces the number of bounds checks in zstd, as reported bygo build -gcflags="-d=ssa/check_bce/debug=1" |& wc -lfrom 723 to 693.
    @greatroar
    greatroar authoredDec 19, 2022
    Configuration menu
    Copy the full SHA
    b2d7bffView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272fbc7View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. zstd: Shave some instructions off the amd64 asm (#720)

    These are all in return sequences, so no performance gain expected, butthe generated code is smaller.
    @greatroar
    greatroar authoredDec 29, 2022
    Configuration menu
    Copy the full SHA
    5206968View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    053e2a6View commit details
    Browse the repository at this point in the history
  2. s2: Add example for indexing and existing stream (#723)

    Also allow seek after EOF.
    @klauspost
    klauspost authoredJan 2, 2023
    Configuration menu
    Copy the full SHA
    8b191e4View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp