Could Python decode JSON in parallel threads?

前端 未结 0 1181
广开言路
广开言路 2020-12-07 15:28

In a world of APIs, it seems many Python apps spend more time decoding JSON than anything else.

It seems that all JSON decoders however lock the GIL while decoding, m

相关标签:
回答
  • 消灭零回复
提交回复
热议问题