Innovoft
-
- 21,702 total downloads
- last updated 11/10/2023
- Latest version: 1.4.44
Innovoft.IO.SplitReaders is a library for efficient csv column reading. When reading small csv files and on one thread using a TextReader and doing a string.Split(...) is not an issue. But when reading 100 GB... More information -
- 2,704 total downloads
- last updated 1/9/2023
- Latest version: 1.3.0
Instead of only passing a Utf8JsonReader also pass a UTF8JSONReaderStream and call public bool Read(ref Utf8JsonReader reader) which handle all the issues with reading from a stream. -
- 2,499 total downloads
- last updated 4/24/2022
- Latest version: 1.0.5
Innovoft.Collections is a collection library that the container has methods to help do things in one method call instead of two method calls -
- 2,130 total downloads
- last updated 1/19/2023
- Latest version: 1.0.6
Innovoft.Text.StringDecodingTrees is a library for efficient string decoding. When decoding the same string multiple times using StringDecodingTree takes a third of the time than Encoding.GeString. Not to... More information -
- 1,404 total downloads
- last updated 5/28/2021
- Latest version: 1.0.3
Package Description -
- 910 total downloads
- last updated 1/9/2023
- Latest version: 1.1.1
Stream helper classes