Thread: "ocaml_beginners"::[] Re: Speed and mutable data.
"ocaml_beginners"::[] Re:
Speed and mutable data.
United States
2008-06-16 15:53:19
Thanks, Richard, you are absolutely right. I'm estimating that each
element of the array is getting accessed at least three times each
couple of loops... far from optimal.
Matthew T.