Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoh authored Dec 29, 2023
1 parent 578084d commit d0a7646
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ Third Party Benchmarks
*ㅤyou can use a "string pool" to avoid creating multiple instances of strings with same content. This optimization is useful when there are a lot of repeated string values present. In this scenario, it may reduce allocated memory and speed-up processing time.

### Parsing Files
1. Readers
* [Fixed length](#file-reading-for-fixedlengthreader)
* [Variable length](#file-reading-for-variablelengthreader)
* [Variable length raw](#file-reading-for-variablelength-raw)
2. Writers
* [Default Type Convert](#file-processing---write)
1. [Readers](#file-processing---read)
2. [Writers](#file-processing---write)

NOTE: MOST EXAMPLES USE TUPLES FOR SIMPLICITY. PARSER ACTUALLY WORKS FOR ANY TYPE (CLASSES, STRUCTS, RECORDS, ARRAYS, TUPLES, ETC)

Expand Down

0 comments on commit d0a7646

Please sign in to comment.