General

Profile

lzap (Lukas Zapletal)

  • Login: lzap
  • Registered on: 02/04/2013
  • Last sign in: 10/07/2020

Issues

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

Activity

10/07/2020

11:24 AM Ruby master Feature #17219: Make URI#hostname 86-89% and hostname= 55-154% faster
So I learned that URI is a separate rubygem, therefore I filed PR against https://github.com/ruby/uri/pull/12 and thi... lzap (Lukas Zapletal)
10:57 AM Ruby master Feature #17219: Make URI#hostname 86-89% and hostname= 55-154% faster
There is a nil exception in the test suite with the initial patch. Also @nobu on Github pointed out that start_with? ... lzap (Lukas Zapletal)
08:38 AM Ruby master Feature #17219: Make URI#hostname 86-89% and hostname= 55-154% faster
Attaching patch. Also available as https://github.com/ruby/ruby/pull/3635 lzap (Lukas Zapletal)
08:35 AM Ruby master Feature #17219 (Closed): Make URI#hostname 86-89% and hostname= 55-154% faster
Hello,
URI#hostname extends URI#host with IPv6 support. In URI, IPv6 address must have square brackets (e.g. `http...
lzap (Lukas Zapletal)

06/12/2019

08:47 AM Ruby master Bug #14451: HTTP responses with Content-Length: 0 cause a failure
Hello, thanks for report. REST Client is actually not part of Ruby, feel free to move the report there: https://githu... lzap (Lukas Zapletal)

02/04/2013

04:36 AM Ruby master Bug #7778 (Rejected): Irb loading generates 17x more open/stat system calls when a locale is set
Hello,
I did just found out that when I have a locale set (e.g. cs_CZ in my case), irb does some extra finding for...
lzap (Lukas Zapletal)
04:31 AM Ruby master Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
Ok the above looks like bug in lib/irb/locale.rb:
LC_ALL=C strace irb < /dev/null 2>&1 | grep ENOENT | wc -l
293
...
lzap (Lukas Zapletal)
04:24 AM Ruby master Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
Hello,
I am trying Ruby 2.0 RC1 which should contain this fix, but I think I still see many stat and open syscalls w...
lzap (Lukas Zapletal)

Also available in: Atom