vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

confusion: What are the benefits of buffer and what scenarios need a larger buffer

Open mudi-1125 opened this issue 4 years ago • 1 comments
trafficstars

I am reading the source code of vue-virtual-scroller. I can't understand the usefulness and usage scenarios of the buffer, when do I need to set a larger buffer, and what are its benefits. Every time you scroll, you need to recalculate the views. A larger buffer means greater performance consumption, and the smoothness of scrolling may be affected.

Hope to get your answers, thank you very much.

mudi-1125 avatar Nov 02 '21 09:11 mudi-1125

Could this be to fix the white screen when scrolling?

yeminxuan avatar Sep 26 '23 04:09 yeminxuan