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

utils: ConvertToBytes #1875

Merged
merged 5 commits into from Apr 24, 2022
Merged

Commits on Apr 22, 2022

  1. utils: ConvertToBytes

    vanodevium committed Apr 22, 2022
    Copy the full SHA
    d1ff9a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Copy the full SHA
    43105a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d9c300 View commit details
    Browse the repository at this point in the history
  3. Update common_test.go

    ReneWerner87 committed Apr 24, 2022
    Copy the full SHA
    1768ca1 View commit details
    Browse the repository at this point in the history
  4. utils: ConvertToBytes

    Speed improvement
    old:
    Benchmark_ConvertToBytes/fiber-8                 3541161                317.9 ns/op          128 B/op          2 allocs/op
    Benchmark_ConvertToBytes/fiber-8                 3465039                336.8 ns/op          128 B/op          2 allocs/op
    
    new:
    Benchmark_ConvertToBytes/fiber-12               32883782                33.76 ns/op            0 B/op          0 allocs/op
    Benchmark_ConvertToBytes/fiber-12               36084900                33.47 ns/op            0 B/op          0 allocs/op
    wernerr committed Apr 24, 2022
    Copy the full SHA
    4491602 View commit details
    Browse the repository at this point in the history