GithubHelp home page GithubHelp logo

Comments (2)

sa-si-dev avatar sa-si-dev commented on August 19, 2024 1

@Goatform I don't think this is an issue.

The purpose of this plugin is to improve performance by rendering minimum no.of. options at a time and render more options on scroll.
So when you scoll on options it will call sampleLabelRenderer function for each options that is visible.

I don't find that the sampleLabelRenderer is affecting the performance. But console.log inside the function affect the performance.

Calling sampleLabelRenderer function for 10K times with console.log, it take around 477ms

Screenshot 2021-06-17 at 1 22 52 PM

But when you call it 100K times (10 times previous) without console.log, it take only 6ms

Screenshot 2021-06-17 at 1 30 31 PM

So try to keep the logic inside sampleLabelRenderer function minimal for better performance.

from virtual-select.

Goatform avatar Goatform commented on August 19, 2024

Hmm, I get the point of your approach now, thank you for explaining it precisely @sa-si-dev

from virtual-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.