Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 20, 2021
1 parent d4dbbb8 commit e7ab51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ venv/bin/python parquet_integration/write_parquet.py
* Uses Rust's compiler whenever possible to prove that memory reads are sound
* Reading parquet is 10-20x faster (single core) and deserialization is parallelizable
* Writing parquet is 3-10x faster (single core) and serialization is parallelizable
\* parquet IO has no `unsafe`
* parquet IO has no `unsafe`
* IPC supports big endian
* More predictable JSON reader
* `MutableArray` API to work with arrays in-place.
Expand Down

0 comments on commit e7ab51f

Please sign in to comment.