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

iconara / ione
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: v1.2.4
DEFAULT BRANCH: master
Repo Added 02 Mar 2014 06:43PM UTC
Files 12
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 byte-buffer-index
branch: byte-buffer-index
CHANGE BRANCH
x
Reset
  • byte-buffer-index
  • 1.2.0.pre4
  • acceptor-host-and-port
  • after-factory
  • byte-buffer-getbyte
  • deprecate-future-value
  • destructive-future-combinators
  • fix-jruby-test-issues
  • fix-warnings
  • future_improvements
  • handle_badf_in_select
  • http_server
  • improve-base-connection-locks
  • io-reactor-drain
  • master
  • optimize-resolved-combine
  • optimize_future_combinators
  • optimized_scheduler
  • restartable_reactor
  • running-while-stopping
  • ssl_support
  • ssl_support_on_1.2
  • stack-safe-after
  • stack-safe-reduce
  • streams
  • synchronized_close
  • thread-pooling
  • travis-test
  • travis_debug
  • try-complete-promise
  • unblock-once
  • uncaught-error-handler
  • v1.0.0
  • v1.1.0
  • v1.1.0.pre0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.x
  • v1.2.0.pre0
  • v1.2.0.pre1
  • v1.2.0.pre2
  • v1.2.0.pre3
  • v1.2.0.pre4
  • v1.2.0.pre6
  • v1.2.0.pre7
  • v1.2.0.pre8
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.2.4
  • v1.2.x
  • v1.3.0.pre0
  • v1.3.0.pre1
  • v1.3.0.pre2

pending completion
225

push

travis-ci

grddev
Fix ByteBuffer#index for read-write boundary match

The previous implementation searched the buffers individually, which
will only work correctly for search substrings of length 1.

This instead implements the continued search by folding the write buffer
into the read buffer unless a match was found in the initial segment.

An alternative that doesn't fold the two buffers could naturally be
implemented, but that would be much more complicated.

In principle, the old implementation could be retained for one character
substrings, but I did not think it would be a common enough case to be
worth the extra effort.

2639 of 2646 relevant lines covered (99.74%)

19884.22 hits per line

Relevant lines Covered
Build:
Build:
2646 RELEVANT LINES 2639 COVERED LINES
19884.22 HITS PER LINE
Source Files on byte-buffer-index
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
225 byte-buffer-index Fix ByteBuffer#index for read-write boundary match The previous implementation searched the buffers individually, which will only work correctly for search substrings of length 1. This instead implements the continued search by folding the write... push 27 Oct 2015 10:16AM UTC grddev travis-ci pending completion  
See All Builds (272)
  • 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

© 2025 Coveralls, Inc