I'm interested to know why bigarrays? Is it just because you've
already got the data in this format, or are you on a 32 bit platform
and hitting the rather small limit on string sizes?
Anyhow, such a change would be substantial. You are welcome to
explore patches which do this ...
Rich.
--
Richard Jones
Red Hat
Le Saturday 09 May 2009 10:07:35 Jessica Hamilton, vous avez écrit :
> What ever happened to the streaming API? Is this still under
> development or anything? This would work around string length
> limitations too :)
I've always wanted to have such an API. I was wondering whether this would be
possible using some abstract String-compatible module, which would abstract
all operations on strings.
Using a syntactic sugar provided by camlp4, it would even be possible to use
the same code for bitstring..
Romain
Well the streaming API is still waiting for someone to do the work,
_and_ no one really knows how it should look and still maintain some
efficiency and not multiply the current codebase by a factor of 2.
That's the bottom line with streaming ...
You might want to talk to the Liquid Soap developers who have
expressed some interest in this too.
http://savonet.sourceforge.net/
We can't just provide these conversion functions in bitstring
itself? Or do these functions depend in some fundamental way
on the internals of bitstring?