1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/puma
schneems 88e51fb08e Freeze all the strings!
Reduces runtime allocation by freezing string literals by default.

We could also remove a ton of manual `.freeze` calls, however the ruby supported version is 2.2 and the magic comment only targets 2.3+.
2018-09-17 11:41:14 -05:00
..
app Add /gc URL to status server to do a major GC. Add a /gc-status URL to get GC.stats as JSON. (#1384) 2017-08-03 15:46:49 -06:00
plugin Let's use Rubocop! (#1325) 2017-06-04 13:21:05 -07:00
rack Compare host and server name only once per call. 2016-09-13 12:23:00 +02:00
accept_nonblock.rb Vastly improve IO perf on 1.9.3 2012-08-11 15:09:09 -07:00
binder.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
cli.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
client.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
cluster.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
commonlogger.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
compat.rb Remove support for 1.8.7 and 1.9.2. 2016-09-01 23:58:15 +02:00
configuration.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
const.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
control_cli.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
convenient.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
daemon_ext.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
delegation.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
detect.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
dsl.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
events.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
io_buffer.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
java_io_buffer.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
jruby_restart.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
launcher.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
minissl.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
null_io.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
plugin.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
rack_default.rb Default Rack handler helper 2013-02-09 20:27:05 -08:00
reactor.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
runner.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
server.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
single.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
state_file.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
tcp_logger.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
thread_pool.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00
util.rb Freeze all the strings! 2018-09-17 11:41:14 -05:00