Re: range with decimal values

2010-12-04 Thread mch
0.06" "0.07" "0.08" "0.09" "0.10" "0.11" "0.12" "0.13" "0.14" "0.15") Doing math with floating point numbers is generally fine, unless you have need for very high accuracy. Just format the final output

Re: Python is way faster than Clojure on this task

2010-11-05 Thread mch
You can use Visual VM (https://visualvm.dev.java.net/) to see how the VM is using memory. I don't think it specifically show a log of GC activity, but it is pretty clear from the graphs. mch On Nov 5, 8:41 am, "pepijn (aka fliebel)" wrote: > I don't know how to chec

Re: rinzelight 0.0.3

2010-11-01 Thread mch
On Oct 31, 9:32 am, Sergio Arbeo Rodríguez wrote: > rinzelight 0.0.3 is out! In this release you'll find: Awesome! I've been looking (but not very hard) for an image processing library. I look forward to playing with it! mch -- You received this message because you are subs