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

couchbase / moss / 107
83%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2016 02:00PM UTC
Jobs 1
Files 20
Run time 1s
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

pending completion
107

push

travis-ci

steveyen
optimize Iterator.SeekTo() by first trying some naive Next()'s

This optimization is based on the assumption that a forward SeekTo()
will often be to a key that's nearby.

In that case, it's fruitful to try some limited number of Next()'s in
a loop, and then devolve back to binary search if the seekToKey isn't
encountered.

In one application benchmark (bleve-query on a wiki dataset with a
query-string of "+text:afternoon +text:coffee"), the search throughput
jumped from 858 queries/sec to 1222 queries/sec after this change.

Change-Id: Id15506426
Reviewed-on: http://review.couchbase.org/67930
Reviewed-by: Marty Schoch <marty.schoch@gmail.com>
Tested-by: Steve Yen <steve.yen@gmail.com>

2129 of 2492 relevant lines covered (85.43%)

9760.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 107.1 23 Sep 2016 02:00PM UTC 0
85.43
Travis Job 107.1
Source Files on build 107
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #107
  • 564b451e on github
  • Prev Build on master (#106)
  • Next Build on master (#108)
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