• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / h3-go
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: justinhwang/latlngstr
DEFAULT BRANCH: master
Repo Added 18 Sep 2018 05:56PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH justinhwang/latlngstr
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bench-ranges
  • chore-upgrade-h3-core
  • feat-add-error-codes
  • feat/latlng-to-cells-batch
  • gilley/adopt-modules
  • gilley/test-str
  • gilley/travis
  • joegilley-patch-2
  • joegilley-patch-3
  • justinhwang/4.3
  • justinhwang/4.5
  • justinhwang/bindings
  • justinhwang/bit
  • justinhwang/bump
  • justinhwang/changelog
  • justinhwang/coverage
  • justinhwang/doc
  • justinhwang/docs
  • justinhwang/edge
  • justinhwang/err
  • justinhwang/from_string
  • justinhwang/generics
  • justinhwang/github
  • justinhwang/greatcircle
  • justinhwang/griddiskunsafe
  • justinhwang/gridring
  • justinhwang/indexdigit
  • justinhwang/intpow
  • justinhwang/latlngcell
  • justinhwang/latlngstr
  • justinhwang/numverts
  • justinhwang/readme
  • justinhwang/stack
  • justinhwang/tostring
  • justinhwang/unsafe
  • justinhwang/vertex
  • maintainer-banner
  • master
  • refs/tags/v3.7.0
  • refs/tags/v3.7.1
  • refs/tags/v4.0.0
  • refs/tags/v4.0.1
  • refs/tags/v4.1.0
  • refs/tags/v4.1.1
  • refs/tags/v4.1.2
  • refs/tags/v4.2.0
  • refs/tags/v4.2.1
  • refs/tags/v4.2.2
  • refs/tags/v4.2.3
  • refs/tags/v4.2.4
  • refs/tags/v4.3.0
  • refs/tags/v4.4.0
  • refs/tags/v4.4.1
  • refs/tags/v4.5.0
  • update-h3
  • upgrade-github-actions-node24
  • v3.0.0
  • v3.0.1
  • v3.0.2
  • v4
  • vscode
  • zcoleman/exposing-polygontocells-containment
  • zcoleman/issue-78

12 Jun 2026 01:54AM UTC coverage: 100.0%. Remained the same
27389531130

push

github

justinhwang
feat: add LatLngToCellString helper

Convenience wrapper for LatLngToCell followed by Cell.String, for the
common case of indexing a coordinate and getting its string form.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

6 of 6 new or added lines in 1 file covered. (100.0%)

877 of 877 relevant lines covered (100.0%)

282.59 hits per line

Relevant lines Covered
Build:
Build:
877 RELEVANT LINES 877 COVERED LINES
282.59 HITS PER LINE
Source Files on master
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27389531130 justinhwang/latlngstr feat: add LatLngToCellString helper Convenience wrapper for LatLngToCell followed by Cell.String, for the common case of indexing a coordinate and getting its string form. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 12 Jun 2026 01:58AM UTC justinhwang github
100.0
27372399066 justinhwang/latlngcell feat: add pure-Go LatLngToCell in x/h3go Add x/h3go, a zero-allocation pure-Go implementation of LatLngToCell. It ports the entire latLngToCell pipeline (vec3d projection, face lookup, IJK coordinate transforms, H3 index encoding) to Go, so the p... Pull #122 11 Jun 2026 07:35PM UTC justinhwang github
100.0
27242177191 justinhwang/latlngcell feat: add pure-Go LatLngToCell drop-in in x/purego Add x/purego, a zero-allocation pure-Go drop-in for h3.LatLngToCell. It ports the entire latLngToCell pipeline (vec3d projection, face lookup, IJK coordinate transforms, H3 index encoding) to Go,... Pull #122 09 Jun 2026 11:21PM UTC justinhwang github
100.0
27032664614 justinhwang/latlngcell feat: add pure-Go LatLngToCell drop-in in x/purego Add x/purego, a zero-allocation pure-Go drop-in for h3.LatLngToCell. It ports the entire latLngToCell pipeline (vec3d projection, face lookup, IJK coordinate transforms, H3 index encoding) to Go,... Pull #122 05 Jun 2026 06:26PM UTC justinhwang github
100.0
27031894043 justinhwang/latlngcell feat: add pure-Go LatLngToCell drop-in in x/purego Add x/purego, a zero-allocation pure-Go drop-in for h3.LatLngToCell. It ports the entire latLngToCell pipeline (vec3d projection, face lookup, IJK coordinate transforms, H3 index encoding) to Go,... Pull #122 05 Jun 2026 06:10PM UTC justinhwang github
99.36
27030275148 justinhwang/latlngcell feat: add pure-Go LatLngToCell drop-in in x/purego Add x/purego, a zero-allocation pure-Go drop-in for h3.LatLngToCell. It ports the entire latLngToCell pipeline (vec3d projection, face lookup, IJK coordinate transforms, H3 index encoding) to Go,... push 05 Jun 2026 05:36PM UTC justinhwang github
99.36
26850241105 master feat: reimplement greatCircle* as pure Go (#121) Eliminate CGo overhead by implementing the haversine formula directly in Go. Benchstat shows ~66% faster execution and zero allocations. Before (CGo): ```lang=bash BenchmarkGreatCircleDistanceRad... push 02 Jun 2026 09:53PM UTC web-flow github
100.0
26835325248 justinhwang/greatcircle feat: reimplement greatCircle* as pure Go Eliminate CGo overhead by implementing the haversine formula directly in Go. Benchstat shows ~66% faster execution and zero allocations. Before (CGo): ```lang=bash BenchmarkGreatCircleDistanceRads-16 ... Pull #121 02 Jun 2026 05:03PM UTC justinhwang github
100.0
26835208759 master perf: reimplement bit-manipulation functions in pure Go (#120) Replace CGo calls with pure Go bit operations for Resolution, BaseCellNumber, IsResClassIII, IsPentagon, IsValid (Cell), and IsValidIndex. This eliminates the ~18ns CGo crossing overh... push 02 Jun 2026 05:00PM UTC web-flow github
100.0
26788608911 justinhwang/greatcircle feat: reimplement greatCircle* as pure Go Eliminate CGo overhead by implementing the haversine formula directly in Go. Benchstat shows ~66% faster execution and zero allocations. Before (CGo): ```lang=bash BenchmarkGreatCircleDistanceRads-16 ... Pull #121 01 Jun 2026 11:34PM UTC justinhwang github
100.0
See All Builds (310)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc