Skip to content
Discussion options

You must be logged in to vote

Hey @kakhaberikiknadze! TCA reducers are not particularly well suited for this kind of high-frequency and CPU intensive task. ViewStore aren't adapted either to diff very large data types efficiently. Both factors are maybe explaining the performance bottleneck you're observing.

You can check the "Performance" section of the documentation for more informations, but the idea would be to model your high frequency domain as a dependency. You should ask yourself what kind of data is really important for the reducer. For example, are you performing some business logic on each frame using TCA? If this is not the case, you can maybe find a way to make this information travel up to the View using…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kakhaberikiknadze
Comment options

Comment options

You must be logged in to vote
2 replies
@mbrandonw
Comment options

@kakhaberikiknadze
Comment options

Answer selected by kakhaberikiknadze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants