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

amphp / byte-stream
92%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v1.8.0
DEFAULT BRANCH: master
Repo Added 07 May 2017 08:20PM UTC
Files 21
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 v1.2.3
branch: v1.2.3
CHANGE BRANCH
x
Reset
  • v1.2.3
  • base64
  • buffer-func
  • chunked-encoding
  • ext-async
  • feof-macos
  • feof-systemd
  • fix-40
  • fix-artax-issue-138
  • fix-eagain
  • fix-immediate
  • fix-message-with-pending-read-failure
  • half-close
  • issue-18
  • issue-56
  • issue-67
  • json-lines
  • large-chunks
  • line-reader
  • master
  • message-input-stream
  • message-onresolve-deprecation
  • osx
  • payload
  • pipe-memory
  • reduce-max-writes
  • stdout-stderr
  • streams
  • tls-buffer-fix
  • travis-deug
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.4
  • v1.2.5
  • v1.3.0
  • v1.3.1
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.8.0

pending completion
197

push

travis-ci

kelunik
Attempt direct read on ResourceInputStream::read()

This change should resolve the low performance on Windows' STDIN. STDIN
on Windows is a file handle and Windows has specialized support built
into it's stream_select implementation, but a stream_select with a file
handle takes 100ms, which results in slow performance if we read in
smaller chunks and always have to wait 100ms between these.

Fixes amphp/socket#52.

302 of 328 relevant lines covered (92.07%)

20.82 hits per line

Relevant lines Covered
Build:
Build:
328 RELEVANT LINES 302 COVERED LINES
20.82 HITS PER LINE
Source Files on v1.2.3
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
197 v1.2.3 Attempt direct read on ResourceInputStream::read() This change should resolve the low performance on Windows' STDIN. STDIN on Windows is a file handle and Windows has specialized support built into it's stream_select implementation, but a stream_... push 08 Mar 2018 10:48AM UTC kelunik travis-ci pending completion  
See All Builds (328)
  • 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