Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 16, 2024
1 parent 2cbc5bf commit c5df1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Measure(ops/sec) to update 10K arrays, bigger is better([view source](https://gi
| **coaction** | init | 3,524 |
| mobx-keystone | init | 40.48 |

This table benchmarks various state management libraries on large initialization tasks. Coaction stands out dramatically, performing at least hundreds of times faster in certain scenarios. For example, in the bigInitWithoutRefsWithoutAssign test, Coaction achieves about 19,910 ops/sec compared to Mobx’s 37.5 ops/sec—over 500 times faster. Similarly, in the init test, Coaction reaches around 3,524 ops/sec versus Mobxs 42.98 ops/sec—an increase of roughly 80 times. These results highlight Coactions exceptional efficiency in handling large-scale data initialization.
This table benchmarks various state management libraries on large initialization tasks. Coaction stands out dramatically, performing at least hundreds of times faster in certain scenarios. For example, in the "bigInitWithoutRefsWithoutAssign" test, Coaction achieves about 19,910 ops/sec compared to Mobx’s 37.5 ops/sec—over 500 times faster. Similarly, in the "init" test, Coaction reaches around 3,524 ops/sec versus Mobx's 42.98 ops/sec—an increase of roughly 80 times. These results highlight Coaction's exceptional efficiency in handling large-scale data initialization.

> We will also provide more complete benchmarking.
Expand Down

0 comments on commit c5df1de

Please sign in to comment.