This commit is contained in:
Watson
2014-02-19 15:24:49 +09:00
parent 5fdccbe369
commit e1e6183bf9
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -27,6 +27,9 @@
* Improved String#{[], []=, +} and Array#+ performance. ~20% faster.
* Improved String#{==, !=} performance. ~50% faster.
* Improved String#include? with UTF-8 strings performance. ~15% faster.
* Improved String#{==, <=>}, NSString#== and Hash#== performance if it would
compare other class object. ~8 times faster.
* Improved Time#+ with float performance. ~80% faster.
* Improved Array#{==, !=} performance. ~25% faster.
* Improved Hash#{==, !=} performance. ~50% faster.

2
vm

Submodule vm updated: bd3d208477...81c98f81c9