Gunnar Hilling wrote:
Hello!
Simple Question: What is the difference between DListImpl and DListImpl_2?
DListImpl_2 is a new DList implementation and should replace the old one sooner or later. The new implementation does better seperate the characteristics be a List and be a persistence capable object.
"DListImpl_2" seems to work faster for me.I hope it does ;-)
Are there any differences?
The old version require a new id for each instantiated DList and DListEntry object. In the new version these id's only requested before the DList was persisted.
Is it in Beta Stage?
hmm, I don't think it's beta, because all test cases pass
Which one should I use?
recommend the new version. I don't made huge changes in code many method of DListImpl_2 are the same as in DListImpl, but it's more than 20% faster.
regards, Armin
Regards,
-Gunnar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
