* [PATCH] extras/exec_cgi: remove unecessary .freeze calls
@ 2018-12-28 19:43 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2018-12-28 19:43 UTC (permalink / raw)
To: yahns-public
Operations via Array#map are NOT optimized away by opt_str_lit
in the VM, and they're unnecessary anyways with the
"frozen_string_literal: true" comment in Ruby 2.3+.
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/extras/exec_cgi.rb b/extras/exec_cgi.rb
index 2746c09..8a1939d 100644
--- a/extras/exec_cgi.rb
+++ b/extras/exec_cgi.rb
@@ -82,7 +82,7 @@ def close
SERVER_PROTOCOL
SERVER_SOFTWARE
SCRIPT_NAME
- ).map(&:freeze) # frozen strings are faster for Hash assignments
+ )
def initialize(*args)
@env = Hash === args[0] ? args.shift : {}
--
EW
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-28 19:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-28 19:43 [PATCH] extras/exec_cgi: remove unecessary .freeze calls Eric Wong
yahns Ruby server user/dev discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhbt.net/yahns-public
git clone --mirror http://ou63pmih66umazou.onion/yahns-public
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 yahns-public yahns-public/ https://yhbt.net/yahns-public \
yahns-public@yhbt.net yahns-public@rubyforge.org
public-inbox-index yahns-public
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.public-inbox.org/inbox.comp.lang.ruby.yahns
nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.yahns
note: .onion URLs require Tor: https://www.torproject.org/
code repositories for the project(s) associated with this inbox:
../../../yahns.git
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git