[#86787] [Ruby trunk Feature#14723] [WIP] sleepy GC — ko1@...

Issue #14723 has been updated by ko1 (Koichi Sasada).

13 messages 2018/05/01
[#86790] Re: [Ruby trunk Feature#14723] [WIP] sleepy GC — Eric Wong <normalperson@...> 2018/05/01

ko1@atdot.net wrote:

[#87095] [Ruby trunk Feature#14767] [PATCH] gc.c: use monotonic counters for objspace_malloc_increase — ko1@...

Issue #14767 has been updated by ko1 (Koichi Sasada).

9 messages 2018/05/17

[ruby-core:87305] Re: [Ruby trunk Bug#14795] Should 'net/http' require 'net/http/status' ?

From: Eric Wong <normalperson@...>
Date: 2018-05-30 11:31:24 UTC
List: ruby-core #87305
shevegen@gmail.com wrote:
> I think it would make sense, given how important http status codes
> are in general (and people who use net/http may also usually deal
> with http status codes).

I disagree, nothing in net/http client code relies on status
code messages.  Loading status messages would needlessly
increase the memory footprint of people who only want an
HTTP client.

Having a code number -> message mapping is useful to servers
(but unfortunately having `require "net/http"` in
 net/http/status would needlessly bloat servers, too).

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next