|
Hi,
I am working on improving/rewriting Mono.Math.BigInteger, a class that is essential for asymmetrical crypto. My main focus is speed. I have found that using unsafe code can give a 20% - 50% speed boost in a couple of functions.
I was wondering how well unsafe code is implemented in mono. Is it to the point where production code can use it?
Sincerely,
|
- Re: [Mono-list] Status of unsafe code in Mono Ben Maurer
- Re: [Mono-list] Status of unsafe code in Mono Sebastien Pouliot
- Re: [Mono-list] Status of unsafe code in Mono Miguel de Icaza
- Re: [Mono-list] Status of unsafe code in Mono Martin Baulig
