From: Brian H. <bh...@sp...> - 2004-09-12 16:31:59
|
The long conservation about the limits of arrays in Ocaml cause a though in me: the current dynarray implementation in extlib has exactly the same limit- worse than that, it's more likely to hit it (do to array expansion). The solution is to change the internal data structure from an array to an array of arrays. I don't have time to do this at the moment- but if somebody else wants to improve extlib, this would be a great (not too hard) project. If not, I'll try to get around to it eventually. -- "Usenet is like a herd of performing elephants with diarrhea -- massive, difficult to redirect, awe-inspiring, entertaining, and a source of mind-boggling amounts of excrement when you least expect it." - Gene Spafford Brian |