Commit Graph

12 Commits

Author SHA1 Message Date
Nathan McRae
78eaa5dbab Start parallel versions of general TSV serialization/parsing
They mostly work, but are not actually parallelized yet and likely have some edge cases.
Also, the soon-to-be parallel version of parsing is very slow compared to the original.
2024-02-25 22:35:56 -08:00
Nathan McRae
4ddb8dc44d Add parallel parsing/serialization for Simple TSV
Doesn't give as much of a performance bonus as hoped
2024-02-25 11:24:30 -08:00
Nathan McRae
7368ac816b Get commented typing working 2024-02-22 22:33:08 -08:00
Nathan McRae
0a45f541a4 Implement static typing column-spec
By creating a class inheriting from SaneTsvRecord with properties
decorated with SaneTsvColumn attributes
2024-02-20 14:30:01 -08:00
Nathan McRae
52ed949529 Add Typed TSV test 2024-02-17 20:44:33 -08:00
Nathan McRae
bb750fac58 Add parsing for binary floats 2024-02-16 21:26:35 -08:00
Nathan McRae
7bc553905d Add roadmap 2024-02-15 20:26:56 -08:00
Nathan McRae
725a5b2034 'Sane' -> 'Simple' for first format
Change the naming so the overall family of formats is Sane TSV, while the simplest
format is Simple TSV.
2024-02-15 12:52:27 -08:00
Nathan McRae
e52dc01e7a Add comment parsing test 2024-02-14 18:32:31 -08:00
Nathan McRae
404e308382 Add different types of parsing 2024-02-14 16:16:23 -08:00
Nathan McRae
fe0736449c Add type parsing 2024-02-14 14:30:36 -08:00
Nathan McRae
211e26d4c7 Move .NET implementation to SaneTsv 2024-02-13 19:15:07 -08:00