8000 Comparing v4.2.3...v4.2.4 · uber/h3-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: uber/h3-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: uber/h3-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.4
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 6, 2025

  1. feat: Implement GridDisksUnsafe, GridDiskDistancesUnsafe, GridDiskDis…

    …tancesSafe (#84)
    
    Implements remaining bindings for C library functions.
    
    This includes:
    - GridDisksUnsafe
    - GridDiskDistancesUnsafe
    - GridDiskDistancesSafe
    
    which are listed in the API Reference[0].
    
    - 0: https://h3geo.org/docs/api/traversal
    justinhwang authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    e223750 View commit details
    Browse the repository at this point in the history
  2. feat: convert directly between C and Go arrays (#85)

    Co-authored-by: Joseph Gilley <joe.gilley@gmail.com>
    justinhwang and jogly authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    41962bc View commit details
    Browse the repository at this point in the history
  3. feat: slightly optimize CellsToMultiPolygon and LatLng#String (#86)

    Before:
    ```
    BenchmarkCellsToMultiPolygon-16       589149          2022 ns/op         344 B/op          8 allocs/op
    BenchmarkLatLng_String-16        6480610           184.2 ns/op        40 B/op          3 allocs/op
    ```
    
    After:
    ```
    BenchmarkCellsToMultiPolygon-16       600781          2006 ns/op         200 B/op          5 allocs/op
    BenchmarkLatLng_String-16            9569876           126.4 ns/op        24 B/op          1 allocs/op
    ```
    justinhwang authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    d6054b3 View commit details
    Browse the repository at this point in the history
  4. chore: housekeeping on docs

    jogly committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    5cc4d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c363d48 View commit details
    Browse the repository at this point in the history
Loading
0