ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.12k stars 439 forks source link

why not use two block_len buffer instead of three? #28

Closed gigaquant closed 7 years ago

ben-strasser commented 7 years ago

having 3 block stops the slower thread from blocking when it finished its current block.