mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/bm_app_lc_fizzbuzz.rb: added.
This program is described closely in "Understanding Computation" chapter 6 by Tom Stuart. <http://computationbook.com/> Japanese translation will be published soon. <http://www.oreilly.co.jp/books/9784873116976/> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c6da45b74c
commit
628dac10d3
2 changed files with 62 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Mon Sep 8 13:18:37 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/bm_app_lc_fizzbuzz.rb: added.
|
||||
|
||||
This program is described closely in "Understanding Computation"
|
||||
chapter 6 by Tom Stuart. <http://computationbook.com/>
|
||||
|
||||
Japanese translation will be published soon.
|
||||
<http://www.oreilly.co.jp/books/9784873116976/>
|
||||
|
||||
Mon Sep 8 12:01:39 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: add incremental GC algorithm. [Feature #10137]
|
||||
|
|
52
benchmark/bm_app_lc_fizzbuzz.rb
Normal file
52
benchmark/bm_app_lc_fizzbuzz.rb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue