On Dec 15, 2005, at 9:51 PM, Bulat Ziganshin wrote:

if half-second precision of performing events is appropriate for you,
why don't use solution which holds all events for given second in one
list? you can use array of such lists, or map of lists, or even
ordered list of lists - it will contain only 60 elements at any time

I think the thread wakes up every 5 seconds. Do I have 0.5s in the code?

        Thanks, Joel

--
http://wagerlabs.com/





_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to