Skip to content

Commit

Permalink
write-sequence on an unbuffered stream writes one element at a time. …
Browse files Browse the repository at this point in the history
…Use sb-impl::output-raw-bytes for something approximating performance

darcs-hash:20030322215610-2591e-a47489a8eb5304989a7fb1a6ac8f26034ae78796.gz
  • Loading branch information
dan committed Mar 22, 2003
1 parent a81bb10 commit b333045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependent.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@
(type display display)
(type array-index start end))
#.(declare-buffun)
(write-sequence vector (display-output-stream display) :start start :end end)
(sb-impl::output-raw-bytes (display-output-stream display) vector start end)
nil)

;;; WARNING:
Expand Down

0 comments on commit b333045

Please sign in to comment.