Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Performance suggestions #107

Open
fabiosantoscode opened this issue May 18, 2016 · 0 comments
Open

Performance suggestions #107

fabiosantoscode opened this issue May 18, 2016 · 0 comments

Comments

@fabiosantoscode
Copy link

Hello!

I was reviewing a React component from a colleague of mine, which uses this project as a library. Everything looked wonderful on both sides, but I did a tiny performance test using firefox's performance tools with object allocation statistics turned on. You know, just for fun.

In the meantime I found some extra allocations, some of which could be very, very easily avoided! This should prevent the garbage collector from butting in and causing jank in your otherwise very smooth scroll experience.

Here are my notes, if you're interested :)

https://github.com/economist-components/component-carousel/pull/2#issuecomment-219979022

Cheers!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant