Re: Handling large ini files.

2003-07-12 Thread Andrew Rock
to values, sets of those, and sequences of those. For this I wrote a parser and some accessor functions. See section 7 in http://www.cit.gu.edu.au/~arock/hlibs/ABRHLibs.pdf Cheers, Rock. -- Andrew Rock -- [EMAIL PROTECTED] -- http://www.cit.gu.edu.au/~arock/ School of Computing and Information

Re: speedup help

2003-03-03 Thread Andrew Rock
a = a - a - a comb n r = c n 1 1 where c n' r' p | r' r= p | otherwise = c (n' - 1) (r' + 1) (p * n' `div` r') Cheers, Rock. -- Andrew Rock -- [EMAIL PROTECTED] -- http://www.cit.gu.edu.au/~arock/ School of Computing and Information Technology Griffith University -- Nathan