Follow-up Comment #14, bug #17202 (project mldonkey):
I doubt that changing the parameter given to Buffer.create can change
anything.
It is a "size hint" (the initial size of the Buffer.t), but Buffers are
automatically resized whenever they become full. And then the upper limit is
always the same : 16M chars, because of the Ocaml string used to implement
them.
The only thing it changes is that it decreases the number of reallocations
needed, so it may be easier on memory management, but that's all.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?17202>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs