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 5dd7f28 commit 578084d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ 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)

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 578084d

Please sign in to comment.