VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset

by Kamilche (35 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

There's many different ways to store data in VB. This application tests a few of them. You shouldn't blindly choose the method that has the highest numbers! You should choose a method based on the usage pattern of your data. For instance, even though the timings say 'clsDirect' is fastest, for my application, a combination of clsHash and clsList proved to work 50% faster. If you don't know which method is best, try them all - they all implement interface IContainer, and swapping out one for another is a simple one-line code change.

Rate Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset

Download Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset

Download Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset (18 KB)

Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset Comments

No comments have been posted about Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset. Why not be the first to post a comment about Container Speed Testing Hash, Array, Direct, List, Dictionary, Collection, Recordset.

Post your comment

Subject:
Message:
0/1000 characters