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: gofiber/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-beta.11
Choose a base ref
...
head repository: gofiber/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-beta.12
Choose a head ref
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 12, 2025

  1. Add parse float

    ```
    Benchmark_ParseFloat/fiber-12                 100000000         11.18 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber-12                 100000000         10.98 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber_bytes-12           100000000         11.30 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber_bytes-12           100000000         11.33 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/default-12                49387119         24.56 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/default-12                50058313         24.14 ns/op      0 B/op       0 allocs/op
    ```
    ReneWerner87 committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    54f8d38 View commit details
    Browse the repository at this point in the history
  2. Add parse float

    ```
    Benchmark_ParseFloat/fiber-12                 100000000         11.18 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber-12                 100000000         10.98 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber_bytes-12           100000000         11.30 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/fiber_bytes-12           100000000         11.33 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/default-12                49387119         24.56 ns/op      0 B/op       0 allocs/op
    Benchmark_ParseFloat/default-12                50058313         24.14 ns/op      0 B/op       0 allocs/op
    ```
    ReneWerner87 committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    cd052a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    e11103f View commit details
    Browse the repository at this point in the history
  2. fix test cases

    ReneWerner87 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    86fa51d View commit details
    Browse the repository at this point in the history
  3. fix linting

    ReneWerner87 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    827a1c6 View commit details
    Browse the repository at this point in the history
  4. fix precision

    ReneWerner87 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    f9a902c View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    16e0f56 View commit details
    Browse the repository at this point in the history
Loading