When a line started in a chunk, the algorithm only looked for its end in the following chunk, but the end of the line may actually be located even further. Instead, in this commit we look for the next new line until the end of the whole buffer.
Experimental code for .obj loader.
- Multi-threaded optimized parser : tinyobj_loader_opt.h
Requirements
- C++-11 compiler
Compile options
- zstd compressed .obj support.
--with-zstdpremake option. - gzip compressed .obj support.
--with-zlibpremake option.
Licenses
- lfpAlloc : MIT license.