Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 17, 2025
1 parent 025e12c commit 8fcbfee
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1643,16 +1643,16 @@ Here it is a comparison of speeds when (de)serializing a 134 MB 4-dimensional ar

| Archive format (Library) | file size | speed (read - write) | time (read - write) |
| ---------------------------- | ------------- | ------------------------------ |-----------------------|
| JSON (Cereal) | 684 MB | 3.9 MB/sec - 8.4 MB/sec | 32.1 sec - 15.1 sec |
| XML (Cereal) | 612 MB | 2. MB/sec - 4. MB/sec | 56 sec - 28 sec |
| XML (Boost) | 662 MB | 11. MB/sec - 13. MB/sec | 11 sec - 9 sec |
| YAML ([custom archive)](https://gitlab.com/correaa/boost-archive-yml) | 702 MB | 10. MB/sec - 4.4 MB/sec | 12 sec - 28 sec |
| Portable Binary (Cereal) | 134 MB | 130. MB/sec - 121. MB/sec | 9.7 sec - 10.6 sec |
| Text (Boost) | 411 MB | 15. MB/sec - 16. MB/sec | 8.2 sec - 7.6 sec |
| JSON (Cereal) | 684 MB | 3.9 MB/sec - 8.4 MB/sec | 32.1 sec - 15.1 sec |
| XML (Cereal) | 612 MB | 2.0 MB/sec - 4.0 MB/sec | 56.0 sec - 28.0 sec |
| XML (Boost) | 662 MB | 11.0 MB/sec - 13.0 MB/sec | 11.0 sec - 9.0 sec |
| YAML ([custom archive)](https://gitlab.com/correaa/boost-archive-yml) | 702 MB | 10.0 MB/sec - 4.4 MB/sec | 12.0 sec - 28.0 sec |
| Portable Binary (Cereal) | 134 MB | 130 MB/sec - 121 MB/sec | 9.7 sec - 10.6 sec |
| Text (Boost) | 411 MB | 15.0 MB/sec - 16.0 MB/sec | 8.2 sec - 7.6 sec |
| Binary (Cereal) | 134 MB | 134.4 MB/sec - 126. MB/sec | 0.9 sec - 0.9 sec |
| Binary (Boost) | 134 MB | 5200. MB/sec - 1600. MB/sec | 0.02 sec - 0.1 sec |
| gzip-XML (Cereal) | 191 MB | 2. MB/sec - 4. MB/sec | 61 sec - 32 sec |
| gzip-XML (Boost) | 207 MB | 8. MB/sec - 8. MB/sec | 16.1 sec - 15.9 sec |
| Binary (Boost) | 134 MB | 5200 MB/sec - 1600 MB/sec | 0.02 sec - 0.1 sec |
| gzip-XML (Cereal) | 191 MB | 2.0 MB/sec - 4.0 MB/sec | 61 sec - 32 sec |
| gzip-XML (Boost) | 207 MB | 8.0 MB/sec - 8.0 MB/sec | 16.1 sec - 15.9 sec |

## Range-v3

Expand All @@ -1668,6 +1668,7 @@ In this way, `d2D.transposed()` is interpreted as a range of columns (of the ori

```cpp
#include <range/v3/all.hpp>

int main(){

multi::array<int, 2> const d2D = {
Expand Down

0 comments on commit 8fcbfee

Please sign in to comment.