Track A : Lexer
Track B : Parser
Track C : Parallel Thinking
Track D : Text Format
Track E : Reading
Track F : Implementation Issue (C/C++)
Track A - (using Thread) Parallel lexing, (using simd) Parallel lexing, Encoding Problem,
Track B - (using Thread) Parallel Parsing, Divide Problem, Merge Problem, Error Checking, DOM vs SAX
Track C - Parallel Parsing, Parallel Parenthesis Matching Problem
Track D - json, xml, csv, Paradox Interactive (Clausewitz Game Engine) Game Data Format, My Own Text Format(including grammar?)
Track E - simdjson - paper, jomini - site (blog?)
Track F - object pool, memory allocator, mimalloc, std::string, std::vector, reserve, calloc vs new, and etc...
vztpv/My-Own-Parsing-Story
Track A : Lexer, Track B : Parser, Track C : Parallel Thinking, Track D : Text Format, Track E : Reading
MIT