On Fri, Feb 21, 2003 at 05:41:39PM +0900, MoonWolf wrote: > I wrote faster extension 'hashsucc.so'. > glib is not needed. Nice. Perhaps could be made more general by checking if the value is a Fixnum first? (And if not, it could do h[x] = h[x].succ) Regards, Brian.