README.md in saxlsx-1.9.0 vs README.md in saxlsx-1.10.0
- old
+ new
@@ -1,11 +1,9 @@
# Saxlsx
[![Join the chat at https://gitter.im/mak-it/saxlsx](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mak-it/saxlsx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Build Status](https://travis-ci.org/mak-it/saxlsx.svg?branch=master)](https://travis-ci.org/mak-it/saxlsx)
-
**Fast** and memory efficient XLSX reader on top of Ox SAX parser.
It reads row by row and doesn't store the whole sheet in memory, so this
approach is more suitable when parsing big files.
@@ -50,33 +48,33 @@
```bash
$ rake bench
```
-ruby 2.4.1 on OS X 10.12
+ruby 2.7 on OS X
```
Shared Strings
user system total real
-creek 2.310000 0.040000 2.350000 ( 2.414795)
-dullard 1.660000 0.050000 1.710000 ( 1.753160)
-oxcelix 1.100000 0.060000 1.160000 ( 1.169371)
-roo 2.770000 0.120000 2.890000 ( 2.943509)
-rubyXL 3.570000 0.090000 3.660000 ( 3.716661)
-saxlsx 0.620000 0.040000 0.660000 ( 0.665471)
-simple_xlsx_reader 1.590000 0.030000 1.620000 ( 1.643398)
+creek 1.296539 0.029374 1.325913 ( 1.340820)
+dullard 1.178981 0.025073 1.204054 ( 1.221381)
+oxcelix 0.985258 0.025028 1.010286 ( 1.023730)
+roo 0.971155 0.029964 1.001119 ( 1.016452)
+rubyXL 2.979334 0.055708 3.035042 ( 3.079301)
+saxlsx 0.473398 0.011342 0.484740 ( 0.490247)
+simple_xlsx_reader 1.209074 0.024579 1.233653 ( 1.249957)
Inline Strings
user system total real
-creek 2.840000 0.200000 3.040000 ( 3.335055)
-dullard 2.200000 0.250000 2.450000 ( 2.613793)
-oxcelix ERROR
-roo 3.550000 0.160000 3.710000 ( 3.749528)
-rubyXL 3.890000 0.390000 4.280000 ( 4.340749)
-saxlsx 0.930000 0.240000 1.170000 ( 1.173783)
-simple_xlsx_reader 1.760000 0.040000 1.800000 ( 1.818311)
+creek 1.471115 0.075182 1.546297 ( 1.567045)
+dullard 1.338499 0.085116 1.423615 ( 1.443386)
+oxcelix ERROR
+roo 1.133878 0.052834 1.186712 ( 1.208369)
+rubyXL 3.213630 0.070255 3.283885 ( 3.324428)
+saxlsx 0.667601 0.024265 0.691866 ( 0.696603)
+simple_xlsx_reader 1.350298 0.028411 1.378709 ( 1.396583)
```
## Contributing
1. Fork it