Jonny Borges
Committed by GitHub

Update README.md

... ... @@ -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
... ...