[Mono-list] string/buffer allocation speed issue
tomjohnson3
tomjohnson3 at gmail.com
Fri Feb 27 10:31:24 EST 2009
Alan McGovern-2 wrote:
>
> All this test does is allocate memory non-stop which is a GC stress test.
> It
> is known that monos GC is currently slower than the MS GC.
>
this simple example was meant to illustrate the core bottleneck in a larger
scanner/parser that i'm writing.
a version of my scanner/parser that uses a pre-allocated buffer pool
performs similarly on .NET and mono. ...but it'd be nice to remove the
buffer pool.
are there plans to improve memory allocation speed in a future GC? does
SGen-GC improve on this?
--
View this message in context: http://www.nabble.com/string-buffer-allocation-speed-issue-tp21626581p22248129.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list