I tested a SQLite database on an average tablet with OS 8 having one table with about 7700 records and 8 columns using the standard lazy loading we have been accustomed to versus the new PreoptimizedCLV just recently developed by Erel. Needless to say, the PreoptimizedCLV out performed the other. It took the standard Lazy Loading 3.3 sec to load the entire number of records, whereas the PreoptimizedCLV (extended LL) did it in 0.88 sec. Although 3.3 sec is not an eternity, this is just to illustrate the superiority of PCLV.
The scrolling over the items is significantly smoother using PCLV. Jumping from the 1st to the last record was extremely fast for both and was the same.
I would like to know if there are any other bench mark tests I should be conducting for added comparison between the two.
The scrolling over the items is significantly smoother using PCLV. Jumping from the 1st to the last record was extremely fast for both and was the same.
I would like to know if there are any other bench mark tests I should be conducting for added comparison between the two.