An open API service indexing awesome lists of open source software.

https://github.com/a-poor/data-format-speed-test


https://github.com/a-poor/data-format-speed-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Data Format Read/Write Comparison

| filetype | write speed | read speed | file size |
| -------- | -------- | -------- | -------- |
| `csv` | 125.0 ms | 50.1 ms | 1.5 MB |
| `json` | 198.0 ms | 47.9 ms | 2.2 MB |
| `pickle` | 21.1 ms | 20.9 ms | 1.3 MB |
| `msgpack` | 15.2 ms | 18.9 ms | 1.1 MB |