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 @@ -6,20 +6,36 @@ To be fair, the test was done twice: after the state changes, and after Dart's g
6 6
7 Start testing and see for yourself. 7 Start testing and see for yourself.
8 8
  9 +The test measures RAM consumption, so the lower the better.
  10 +
9 ## No GC 11 ## No GC
  12 +
10 Mobx = 4.58 13 Mobx = 4.58
  14 +
11 Bloc = 4.56 15 Bloc = 4.56
  16 +
12 Redux = 4.56 17 Redux = 4.56
  18 +
13 Bloc-Lib = 4.55 19 Bloc-Lib = 4.55
  20 +
14 Provider = 4.55 21 Provider = 4.55
  22 +
15 GetX = 4.53 23 GetX = 4.53
  24 +
16 Get = 4.53 25 Get = 4.53
17 26
18 ## GC 27 ## GC
  28 +
19 Bloc-lib = 4.22 29 Bloc-lib = 4.22
  30 +
20 Mobx = 4.18 31 Mobx = 4.18
  32 +
21 Bloc = 4.16 33 Bloc = 4.16
  34 +
22 Redux = 4.16 35 Redux = 4.16
  36 +
23 Provider = 4.15 37 Provider = 4.15
  38 +
24 GetX = 4.13 39 GetX = 4.13
  40 +
25 Get = 4.14 41 Get = 4.14