Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2020-06-10 18:57:26 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-06-10 18:57:26 -0300
Commit
a0b996c15b70fc82eec0fa97afb7368d7c1e0284
a0b996c1
1 parent
6f20d756
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
benchmark/README.md
benchmark/README.md
View file @
a0b996c
...
...
@@ -6,20 +6,36 @@ To be fair, the test was done twice: after the state changes, and after Dart's g
Start testing and see for yourself.
The test measures RAM consumption, so the lower the better.
## No GC
Mobx = 4.58
Bloc = 4.56
Redux = 4.56
Bloc-Lib = 4.55
Provider = 4.55
GetX = 4.53
Get = 4.53
## GC
Bloc-lib = 4.22
Mobx = 4.18
Bloc = 4.16
Redux = 4.16
Provider = 4.15
GetX = 4.13
Get = 4.14
...
...
Please
register
or
login
to post a comment