谨慎白羊

文章
5
资源
0
加入时间
2年10月18天

Golang构建Python高性能模块

print("python1000000000累加耗时%.2f"%(end-start))add=CDLL('./test.so').addstr#调用go模块addstr方法。t=CDLL('./test.so').test#调用go模块test方法。add=CDLL('./test.so').addstr#调用go模块。t=CDLL('./test.so').test#调用go模块。print("python执行结果%s"%xu())#go10亿次累加