With my above code, Serialized parsing takes 3 sec...
# coroutines
j
With my above code, Serialized parsing takes 3 seconds, Parallel takes 1.5, Coroutine takes 3-4 seconds
e
Can you post the whole benchmark to github to take a look at what are you doing there, please?