mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
ab8dbfeb96
Puma::IOBuffer is a very simple memory buffer that allows for fast append without additional object overhead. Additionally, turns out that IO#write on 1.9.3 is extremely non-performant because it allows a Hash object on every invocation. Avoid calling IO#write in a loop on 1.9.3! Use IO#syswrite if you can (for instance when you don't care about the encoding of the output (sockets)). |
||
---|---|---|
.. | ||
org/jruby/puma | ||
ext_help.h | ||
extconf.rb | ||
http11_parser.c | ||
http11_parser.h | ||
http11_parser.java.rl | ||
http11_parser.rl | ||
http11_parser_common.rl | ||
io_buffer.c | ||
puma_http11.c | ||
PumaHttp11Service.java |