Yusuke Endoh
Yusuke Endoh
> Just curiosity, how did you generated these files? I did: ``` $ typeprof lib/lrama/* ```
I don't think this statement should be removed. Set is currently the library required by default, but may be replaced by a C implementation in future. At that time, it...
We might want to remove the definition of `Array#freeze` which would be no longer needed.
Hmm. I actually don't like my patch very much. It is not beautiful to have special handling only for Array in rb_obj_freeze. The reason why I did write this nevertheless...
The assertion in question was restored by #11124 (thanks!) so I'd like to close this PR.
Hi, thanks for working on this. I suspected this might not work, and it looks like the failing CI confirms that. The special variable `$~` is local to the scope...
Are you sure that `Etc.nprocessor` is returning an incorrect value in a Docker instance? I have another hypothesis: Does `bundle install` invoke `make` commands in parallel? If bundler launches M...
@rzane `--cpus=1` limits CPU usage, not the number of CPUs. What you should use here is `--cpuset-cpus`. On my 12-core machine, it correctly limits as follows: ``` $ docker run...