in reply to Challenge: Letter Power

Sounds like a simple memory leak. The most likely culprit would be the XS-happy List::Util, IMO. Simply removing List::Util (and Timer::HiRes for obscure reasons) and running your code shows very little and flat memory usage. It would take 11 hours to run, but it doesn't leak for me.

- tye