Warning: Undefined global variable $debug in /var/www/ourcoders/tiny4cocoa/application/controllers/baseController.php on line 124
灵感之源 2020-01-28 00:00:00 发布的技术动态 - OurCoders (我们程序员)
灵感之源
2020-01-28 00:00:00 发布
我们知道使用SIMD可以提高性能。譬如目前最快的json解释器是sajson,静态模式,单机每秒处理0.97GB的数据,fastjson才0.26GB
/s。github上的simdjson每秒2.2GB,感受一下