[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:67115] [ruby-trunk - misc #10628] Peformance of URI module
From:
normalperson@...
Date:
2014-12-25 00:08:20 UTC
List:
ruby-core #67115
Issue #10628 has been updated by Eric Wong.
naruse@airemix.jp wrote:
> Anyway I'm ok for Eric's patch.
> Could you commit it?
r48980
> We should consider ext/uri or strict/loose API for Ruby 2.3.
We should be able to improve compile.c to do more optimizations.
I prefer to avoid any new C-exts.
Things like [Feature #10423] (reduce string literal allocations).
Also, this patch gave me a new ideas: we should be able to merge/share
nearby call_info structs on the same object. For example:
m["a"], m["b"], m["c"]
May all use the same call_info object, I think:
{:mid=>:[], :flag=>256, :blockptr=>nil, :orig_argc=>1},
This can improve IC hit rates and reduce memory.
----------------------------------------
misc #10628: Peformance of URI module
https://bugs.ruby-lang.org/issues/10628#change-50620
* Author: Guo Xiang Tan
* Status: Open
* Priority: Normal
* Assignee: Yui NARUSE
* Category:
* Target version:
----------------------------------------
Please view attached screenshot or go to [the following link](https://railsbench.herokuapp.com/tgxworld/ruby?utf8=%E2%9C%93&result_types%5B%5D=app_uri&commit=Submit) to see benchmark graph over time.
It got slower after this [commit](https://github.com/ruby/ruby/commit/bb83f32dc3e0424d25fa4e55d8ff32b061320e41).
Hope this helps.
---Files--------------------------------
Screenshot from 2014-12-21 22_41_39.png (63.5 KB)
--
https://bugs.ruby-lang.org/