An error occurred fetching the project authors.
- 27 Jul, 2016 1 commit
-
-
Kouhei Sutou authored
Here are some benchmarks: each_char: # /tmp/each_char.rb a = "a" * 1000000 a.each_char do |x| end Without this change: % time bin/mruby /tmp/each_char.rb bin/mruby /tmp/each_char.rb 1.07s user 0.02s system 99% cpu 1.088 total With this change: % time bin/mruby /tmp/each_char.rb bin/mruby /tmp/each_char.rb 0.52s user 0.01s system 99% cpu 0.530 total 2 times faster with this change. codepoints: # /tmp/codepoints.rb a = "a" * 1000000 a.codepoints do |x| end Without this change: % time bin/mruby /tmp/codepoints.rb bin/mruby /tmp/codepoints.rb 1.16s user 0.05s system 99% cpu 1.216 total With this change: % time bin/mruby /tmp/codepoints.rb bin/mruby /tmp/codepoints.rb 0.56s user 0.02s system 99% cpu 0.589 total
-
- 26 Jul, 2016 1 commit
-
-
ksss authored
-
- 14 Jul, 2016 1 commit
-
-
ksss authored
-
- 30 Jan, 2016 1 commit
-
-
Akira Moroo authored
-
- 23 Nov, 2015 1 commit
-
-
takahashim authored
-
- 21 Oct, 2015 1 commit
-
-
Seba Gamboa authored
This reverts commit 5cdcce8d.
-
- 20 Oct, 2015 1 commit
-
-
Seba Gamboa authored
-
- 23 Sep, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support.
-
- 22 Aug, 2015 1 commit
-
-
INOUE Yasuyuki authored
-
- 13 Jan, 2015 1 commit
-
-
Jun Hiroe authored
-
- 12 Jan, 2015 1 commit
-
-
takahashim authored
-
- 13 Dec, 2014 1 commit
-
-
Jun Hiroe authored
-
- 23 Nov, 2014 1 commit
-
-
TOMITA Masahiro authored
-
- 19 Jun, 2014 1 commit
-
-
Akito Mochizuki authored
-
- 15 Jun, 2014 1 commit
-
-
Jun Hiroe authored
-
- 11 Jun, 2014 1 commit
-
-
ksss authored
-
- 03 Jun, 2014 1 commit
-
-
Jun Hiroe authored
-
- 02 Jun, 2014 2 commits
- 20 Apr, 2014 1 commit
-
-
ksss authored
when non String object sent And should be raise TypeError when can not responsed to `to_str`
-
- 27 Dec, 2013 1 commit
-
-
Tomoyuki Sahara authored
-
- 19 Apr, 2013 1 commit
-
-
h2so5 authored
-
- 08 Mar, 2013 1 commit
-
-
Tomoyuki Sahara authored
-