Build Library Source GitHub Actions | |
Build Library Source AzureDevOps Pipelines |
Implementations are based on:
-
string
-
netstandard1.0
-
Implementation [INPROGRESS]
-
Tests [INPROGRESS]
-
performance bit hacks
-
https://twitter.com/badamczewski01/status/1465311107984379907
-
some advanced bit-hacks, I have recorded two lectures that show some interesting ones:
-
-
-
Span<T>
andMemory<T>
fromSystem.Memory
-
netstandard1.1
-
Implementation [INPROGRESS]
-
Tests [INPROGRESS]
-
Text utilities:
-
CharacterSeparatedValues
-
CSV
-
Microformats
https://en.wikipedia.org/wiki/VCard
http://fileformats.archiveteam.org/wiki/Calendars
http://fileformats.archiveteam.org/wiki/Electronic_File_Formats
-
https://stackoverflow.com/questions/8037070/whats-the-fastest-way-to-read-a-text-file-line-by-line
-
https://stackoverflow.com/questions/36420013/open-and-read-thousands-of-files-as-fast-as-possible
-
https://stackoverflow.com/questions/7387085/how-to-read-an-entire-file-to-a-string-using-c
-
https://cc.davelozinski.com/c-sharp/fastest-way-to-read-text-files
-
https://cc.davelozinski.com/c-sharp/the-fastest-way-to-read-and-process-text-files