Hi, I found the garbage collection slows down my program significantly. I disabled the GC and the program speed increased by a factor of two. Is it normal ? How does GC work in Ruby ? like Java? Thanks -Ted