Skip to content
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 or learn 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: tencentyun/tls-sig-api-v2-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: tencentyun/tls-sig-api-v2-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 23, 2022

  1. feat: 增加校验API

    okhowang committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0db409a View commit details
    Browse the repository at this point in the history
  2. ci: 增加CI检查

    okhowang committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9a382be View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge pull request #7 from tencentyun/feat/verify

    增加校验API和CI检查
    weijunyi authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d338390 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. golang update

    wesleytong committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    bd798de View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge pull request #8 from Tomxiaobai/master

    golang update
    weijunyi authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7f920df View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update README.md

    weijunyi authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    64fc2d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Update TLSSigAPI.go

    二进制 1000 0000 = 128,而不是200。
    nemo1105 authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    063a921 View commit details
    Browse the repository at this point in the history
  2. test: add benchmark

    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    515f281 View commit details
    Browse the repository at this point in the history
  3. perf: reuse zlib.Writer

    before:
    BenchmarkGenSig
    BenchmarkGenSig-16                          7788            150884 ns/op          817750 B/op         62 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16               7298            140476 ns/op          818145 B/op         68 allocs/op
    
    after:
    BenchmarkGenSig
    BenchmarkGenSig-16               	   39601	     30510 ns/op	    3896 B/op	      42 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16    	   38188	     31464 ns/op	    4064 B/op	      48 allocs/op
    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1403f74 View commit details
    Browse the repository at this point in the history
  4. feat: add option DefaultCompressionLevel, default NoCompression

    before:
    BenchmarkGenSig
    BenchmarkGenSig-16               	   39601	     30510 ns/op	    3896 B/op	      42 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16    	   38188	     31464 ns/op	    4064 B/op	      48 allocs/op
    
    after:
    BenchmarkGenSig
    BenchmarkGenSig-16               	  191563	      6149 ns/op	    4400 B/op	      41 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16    	  180298	      6598 ns/op	    4357 B/op	      45 allocs/op
    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    209ab61 View commit details
    Browse the repository at this point in the history
  5. perf: optimize memory allocation

    before:
    BenchmarkGenSig
    BenchmarkGenSig-16               	  191563	      6149 ns/op	    4400 B/op	      41 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16    	  180298	      6598 ns/op	    4357 B/op	      45 allocs/op
    
    after:
    BenchmarkGenSig
    BenchmarkGenSig-16               	  394201	      3111 ns/op	    2131 B/op	      19 allocs/op
    BenchmarkGenUserSigWithBuf
    BenchmarkGenUserSigWithBuf-16    	  372675	      3170 ns/op	    1866 B/op	      22 allocs/op
    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1d76e5f View commit details
    Browse the repository at this point in the history
  6. chore: add go.sum

    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0df3178 View commit details
    Browse the repository at this point in the history
  7. fix: overflows int on 32-bit platform

    Close #11
    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    baadd09 View commit details
    Browse the repository at this point in the history
  8. ci: add ci for different platforms

    okhowang authored and weijunyi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    66c185f View commit details
    Browse the repository at this point in the history
Loading