Created
June 27, 2018 16:08
-
-
Save glittershark/2a068ed70c51b18bba673c0fbd553d80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benchmarking Binary Encoding/big data/Data.Binary | |
time 216.2 ms (183.5 ms .. 245.8 ms) | |
0.993 R² (0.978 R² .. 1.000 R²) | |
mean 162.9 ms (136.6 ms .. 184.9 ms) | |
std dev 26.37 ms (20.48 ms .. 30.39 ms) | |
variance introduced by outliers: 38% (moderately inflated) | |
benchmarking Binary Encoding/big data/Codec.Serialise | |
time 218.2 ms (186.3 ms .. 246.4 ms) | |
0.993 R² (0.979 R² .. 1.000 R²) | |
mean 165.3 ms (139.4 ms .. 187.0 ms) | |
std dev 26.01 ms (20.26 ms .. 29.95 ms) | |
variance introduced by outliers: 38% (moderately inflated) | |
benchmarking Binary Encoding/big data/Data.Store | |
time 83.19 ms (70.96 ms .. 90.31 ms) | |
0.980 R² (0.931 R² .. 0.996 R²) | |
mean 58.62 ms (54.08 ms .. 65.32 ms) | |
std dev 7.072 ms (195.2 μs .. 8.069 ms) | |
variance introduced by outliers: 36% (moderately inflated) | |
benchmarking Binary Encoding/big data/Cereal | |
time 262.5 ms (234.7 ms .. 293.9 ms) | |
0.995 R² (0.981 R² .. 1.000 R²) | |
mean 206.3 ms (189.2 ms .. 223.4 ms) | |
std dev 20.75 ms (13.17 ms .. 24.31 ms) | |
variance introduced by outliers: 19% (moderately inflated) | |
Data.Binary encoded size: 26364156 | |
Codec.Serialise encoded size: 26334916 | |
Data.Store encoded size: 37529309 | |
Cereal encoded size: 26359998 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment