
"Roman Dementiev" <dementiev@ira.uka.de> wrote in message news:cu7m3l$lfo$1@sea.gmane.org... | Thorsten Ottosen wrote: | > "Roman Dementiev" <dementiev@ira.uka.de> wrote in message | > news:cu62pe$a1i$1@sea.gmane.org... | > | Hello, | > | | > | I am developing a library called Stxxl. | > | > | > | Would such a library be interesting for Boost users? Does it fit here? | > | Is it worth to boostify it? | > | | > | I would be very glad to know your opinion. | > | > if you intend to submit it, would it then be possible to make it | > work on more platforms, unix (mac), windows? | | yes. One must rewrite only the lower layer of Stxxl using native | file access methods and native multithreading. is that because you need mem.mapped files? Otherwise, why don't you use boost filsystem and boost threads? -Thorsten