Carfield Yim
unread,Nov 26, 2009, 12:52:32 AM11/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
We have a form calling
List.contains()
a lot of the time to check if the user have permission to view / amend
difference fields. The visibility checking process is somehow complex
and it is not easy to simpify, but according to the benefit result,
this is the bottleneck that form.
I just wonder, can we using sortedlist.contain() can improve this part
by N to log N?