Bigloo enables full connections between Scheme and C programs
Where do I start? My cock is throbbing right now and there's going to be lots of problems if I don't take care of that soon.
Name:
Anonymous2012-11-20 21:47
>>16
Hopefully it doesn't inherit scheme's eval, for scheme's eval is fucking shit.
my fibs profiling shows that native bigloo is as fast as native ocaml, ten times slower than gcc -O3 c, five times slower than javac java, three times faster than compiled ghc haskell, 5 times faster than interpreted lua, 11 times faster than spider monkey javascript, 10 times faster than interpreted python.
>>22
Yes, I'm sure it wasn't due to constant folding. The program I used to benchmark it doesn't know which fib it's going to have to calculate until run time. time ./fib 10000000 > /dev/null
>>19 11 times faster than spider monkey javascript
Well, the Javashit kike will probably pull some stupid ``argument'' (read: trolling) out of his ass.
>>23
Interesting. Then all I can think would be the algorithmic complexity or maybe you're using one of those parallelizing haskell compilers I've been hearing about, or maybe GMP just sucks ass.
Name:
Anonymous2012-11-21 13:22
>>26
A parallelizing compiler might have made it easier, but yeah, using parallelism was the only way I could figure out to beat GMP.