From: "Martin Boßlet" Date: 2012-05-08T14:32:47+09:00 Subject: Re: xor strings in ruby with speeds good enough for crypto? 2012/5/8 ruby gem : > I need to xor strings with speeds good enough to not be the bottleneck > in my crypto application. I was going to use the fast_xor gem but I > think it is very buggy. Is there any way I can get fast xor of strings > with ruby, or some other extension for it in C? What is my best option > here? > Sorry for the advertisement, but I really think http://bugs.ruby-lang.org/issues/6361 might interest you! -Martin