G
Guest
Hi,
I've written a C++ program years ago, it's still in use in the company where
I work, now its time to port it to .net, preferable managed code. However,
I'm a little concerned about a sorting performance. I need to sort a somewhat
high number of entries in a list. I think of using generics with an
IComparable interface. Are the sorting alogirith available in .net
efficient?. What kind of performance hit can I expect in managed code
compared to unmanaged?
Regards Jesper
I've written a C++ program years ago, it's still in use in the company where
I work, now its time to port it to .net, preferable managed code. However,
I'm a little concerned about a sorting performance. I need to sort a somewhat
high number of entries in a list. I think of using generics with an
IComparable interface. Are the sorting alogirith available in .net
efficient?. What kind of performance hit can I expect in managed code
compared to unmanaged?
Regards Jesper