We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c4539 commit ba3bf53Copy full SHA for ba3bf53
README.md
@@ -58,8 +58,8 @@ Compared methods of UniFlux
58
|-----------|--------------:|------:|-----:|
59
| UniFlux (Dispatch int ) | 10.000 | 0B | 0ms |
60
| UniFlux (Dispatch string ) | 10.000 | 0B | 1ms |
61
-| UniFlux (Store int ADD) | 10.000 | 1.2MB | ~5ms |
62
-| UniFlux (Store string ADD) | 10.000 | 1.2MB | ~5ms |
+| UniFlux (Store int ADD) | 10.000 | 1.2MB | ~3ms |
+| UniFlux (Store string ADD) | 10.000 | 1.2MB | ~3ms |
63
| UniFlux (Store int REMOVE) | 10.000 | 1.2MB | ~30ms |
64
| UniFlux (Store string REMOVE) | 10.000 | 1.2MB | ~30ms |
65
</details>
0 commit comments