Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
It seems Raymond is starting a series of posts around Developing a Chinese/English dictionary and Rico could not help but write the managed version… It will be interesting to see how this unfolds. Clearly the managed version is easier to read, but could it be faster as well? Check it out yourself, or stay tuned.
Comments
- Anonymous
May 10, 2005
Make sure they run in against Whidbey! :-) - Anonymous
May 10, 2005
This should be interesting indeed. In practice I have observed that unmanaged code is 2x to 100x faster than managed code. If you don't get at least a 2x speed-up then don't bother using unmanaged code. It is by definition harder to get right.