Skip to content

jaystack/redux-repatch-performance-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-repatch-performance-comparison

Measure performance between Redux and Repatch

Run

npm install
node .

This comparison dispatches a big amount of actions to both of redux and repatch stores. I used a very simple increment action for both of measurement. I got many questions, why did I use these unrealistic actions. The reason is, that I would like to prevent the additional overhead via reducing, and ensure that the measurement can be independent from other effects, like object assigning.

Results

Redux needs more time to dispatching these actions than Repatch.

About

Measure performance between Redux and Repatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published