Skip to content

Commit 6823d13

Browse files
authored
Grammar and more
1 parent 605e4e2 commit 6823d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A Go parser for _Transparency in Coverage_ MRF files.
44
`mrfparse` is a memory and CPU efficient parser for _Transparency in Coverage_ Machine Readable Format (MRF) files. The parser is designed to be easily containerized and scaled on modern cloud container platforms (and potentially cloud function infrastructure).
55

6-
`mrfparse` is fast: Parsing out pricing and providers for the CMS' _500 shoppable services_ from an 80GB Anthem _in-network-rates_ fileset in NDJSON format to parquet takes <5 minutes on a 12-core workstation with container memory limited to 6GB. Doing the same from the gzip compressed source file takes an additional 10 minutes.
6+
`mrfparse` is fast: Parsing out pricing and providers for the CMS' _500 shoppable services_ from an 80GB Anthem _in-network-rates_ fileset in NDJSON format and writing to parquet takes <5 minutes on a 12-core workstation with container memory limited to 6GB. Doing the same from the 12GB gzip compressed source file takes an additional 10 minutes.
77

88
Features:
99

0 commit comments

Comments
 (0)