ztao

Results 15 comments of ztao

已经很久没有更新维护了,服务器撤掉了

我用的CPU推理的,macOS的intel U 看推理的时候,CPU的利用率并不高,只有一个python进程的利用率是100%,其他核都在围观。 是不是没有并行计算啊???

有没有解决方式呢?

Yes, I store uint64 session_id, but can not store with the precise. I am wondering whether there are any other methods to improve this. string str1 = R"({"message_id":105308320612483198,"msg_type":3,"order":0,"ques_id":0,"session_id":105308187502051928,"site_id":122062,"text":"XXXXXXX","timestamp":1471140271,"visitor_id":9941658010949867158,"worker_id":133746})"; string err;...

@artwyman thanks. I checked, the #61 implement may have some problem, It can not reach int64_max, int64_min, uint64_max limits. I forked and enhanced at https://github.com/taozhijiang/json11 With out the consider like...