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

huonw / cogset / 47 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2015 02:02PM UTC
Files 5
Run time 0s
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

13 Oct 2015 01:56PM UTC coverage: 98.656%. Remained the same
47.1

push

travis-ci

huonw
Add Point::dist_monotonic for algs that care about order.

Many algorithms only care that `dist(a, b) < dist(c, d)`, they don't
care about the actual numbers. This can be exploited for performance,
because computing some monotonic function of the true distance can be
more efficient than computing the true distance itself, e.g. x ↦ x^2 is
monotonic for x >= 0, so a `sqrt` call (which can easily be a
bottleneck) can be skipped for Euclidean points.

367 of 372 relevant lines covered (98.66%)

0.99 hits per line

Source Files on job 47.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 47
  • Travis Job 47.1
  • 20517290 on github
  • Prev Job for on master (#46.1)
  • Next Job for on master (#48.1)
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