[Mono-list] Status of unsafe code in Mono

2003-03-09 Thread Ben Maurer
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

Re: [Mono-list] Status of unsafe code in Mono

2003-03-10 Thread Sebastien Pouliot
To: [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 10:57 AM Subject: [Mono-list] Status of unsafe code in Mono 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 usi

Re: [Mono-list] Status of unsafe code in Mono

2003-03-11 Thread Miguel de Icaza
hello! > 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

Re: [Mono-list] Status of unsafe code in Mono

2003-03-11 Thread Alan Tam
AIL PROTECTED]> To: "Ben Maurer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 12:15 AM Subject: Re: [Mono-list] Status of unsafe code in Mono > hello! > > > I am working on improving/rewriting Mono.Math.BigInteger, a class that

Re: [Mono-list] Status of unsafe code in Mono

2003-03-11 Thread Martin Baulig
"Ben Maurer" <[EMAIL PROTECTED]> writes: > 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. Hi, do you real