Re: [Mono-dev] Unsafe code performance on Mono

2016-02-12 Thread Sergio Luis Para
Thank you for your response, Vladimir. > Could you please provide detailed step-by-step instructions on how you got > those results, or (ideally) a self-contained benchmark that would expose that > difference? I coded a simple example that performs three compress-decompress cycles, measuring

[Mono-dev] Unsafe code performance on Mono

2016-02-04 Thread Sergio Luis Para
Is there a way to improve unsafe code performance on Mono to the levels it performs on Windows? I'm trying to speed up on GNU/Linux and OS X hosts a LZ4 (a compression algorithm) C# unsafe implementation (available here https://github.com/MiloszKrajewski/lz4net/tree/master/src/LZ4pn) to the