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 in mono. Is it to > the point where production code can use it? It is well implemented, but if there was a bug, we would rapidly fix it ;-) Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
