okamibl / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

Question about three new Caches introduced in 3.0.0.40 #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
please verify
i m still seeing only LV1 to LV4 caches in More tab
already deleted old vsfilter registry & did re-register vsfilter.dll
still can't see LV5 to LV7 Caches
or did i misunderstood something?

Original issue reported on code.google.com by gar...@mail.com on 20 Jun 2012 at 6:39

GoogleCodeExporter commented 8 years ago
Only seeing LV1 through LV4 is normal, as those main caches are the only ones 
we've left as user adjustable. On 5+ year old computers with slow CPU and RAM, 
you may actually see a slight increase in performance by cutting the LV1-LV4 
caches in half. Our default cache values are arbitrary, and likely very much 
overkill 99% of the time. It takes a very special script to see an any 
improvement (i.e. an increase in 'hit count') from cache values higher than our 
defaults.

xy-VSFilter 3.0.0.8 had 8 caches total, and 3.0.0.40 expanded that to 11 caches.

User Adjustable:
Overlay Cache = 256 (LV1)
Non-Blur Cache = 256 (LV2)
Scan-line Cache (old) = 512 (LV3)
Path Cache = 512 (LV4)

Other:
Text Info Cache = 2048 (Fixed)
Word Cache = 512 (Fixed)
ASS Tag Cache = 256 (Fixed)
Sub-pixel Variance Cache = 256 (Fixed)

New:
Scan-line Cache (new) = 512 (LV3) <-co-exists and shares the same pool as the 
other scan-line cache
Non-Offset Cache = 256 (Fixed)
Clipper Alpha Mask Cache = 8 (Fixed)

Original comment by cyber.sp...@gmail.com on 20 Jun 2012 at 11:00