Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env/ruby
# coding: UTF-8
require 'webrick'
require 'webrick/httpproxy'
require 'zlib'
class Converter
class ConverterException < Exception; end
Index: load.c
===================================================================
--- load.c (revision 34564)
+++ load.c (working copy)
@@ -8,6 +8,96 @@
#include "dln.h"
#include "eval_intern.h"
+struct expander {
+ VALUE hash;
@soba1104
soba1104 / gist:1428568
Created December 4, 2011 00:04 — forked from headius/gist:1402736
Explorations of Ruby 1.9.3, CastOff, and JRuby performance on fib and tarai
# environment
-CPU: IntelCore2Quad 2.66GHz
-Memory: 4GB
-OS: GNU/Linux 2.6.31 32-bit
-C Compiler: GCC4.4.1 –O3
# bench_fib_float_recursive.rb 5 30
$ ruby -v bench/bench_fib_float_recursive.rb 5 30
ruby 1.9.3p0 (2011-10-30 revision 33569) [i686-linux]
832040.0