General

Profile

labocho (Keisuke NISHI)

  • Login: labocho
  • Registered on: 03/01/2016
  • Last sign in: 09/24/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/08/2016

02:22 AM Ruby master Feature #12871: Using the algorithm like math.fsum of Python for Array#sum
Thank you.
Julia's algorithm looks good. But in some case, Python's algorithm is still better than that.
~~~
#...
labocho (Keisuke NISHI)

10/27/2016

04:46 AM Ruby master Feature #12871 (Closed): Using the algorithm like math.fsum of Python for Array#sum
Array#sum uses the Kahan's algorithm for Float values now. But it returns inaccurate value in some case like below.
...
labocho (Keisuke NISHI)

03/01/2016

06:45 AM Ruby master Bug #12130 (Closed): WEBrick::HTTPProxy closes connection when the socket is not writable temporally
`WEBrick::HTTPProxy#do_CONNECT` closes connection when `Errno::EAGAIN` or `Errno::WOULDBLOCK` occurred.
These except...
labocho (Keisuke NISHI)

Also available in: Atom