Dears,
I detected a performance problem in CCacheEntry.vb in function ObjectsAreLoading. For each retrieve this function execute a "for" in all cache entries. I dont understand why.
Can you help-me ?
For test i disabled this "for" and the performance improved.
This code:
'For Each de As DictionaryEntry In Me
'ce = de.Value
'ce.OriginalObject = ce.OriginalObject.Copy
'Next de
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dears,
I detected a performance problem in CCacheEntry.vb in function ObjectsAreLoading. For each retrieve this function execute a "for" in all cache entries. I dont understand why.
Can you help-me ?
For test i disabled this "for" and the performance improved.
This code:
'For Each de As DictionaryEntry In Me
'ce = de.Value
'ce.OriginalObject = ce.OriginalObject.Copy
'Next de
Thanks.