face-detection-server icon indicating copy to clipboard operation
face-detection-server copied to clipboard

运行环境和速度如何?

Open wxb2dyj opened this issue 5 years ago • 1 comments

wxb2dyj avatar Jan 09 '20 01:01 wxb2dyj

这主要是一个演示项目, 其展示了如何在 golang 中调用 c++ 代码, 性能和速度的主要是由 setaface 这个 c++ 项目决定的, 你可以前往 setaface 项目查看详细的性能报告. 由于在 go 代码中使用的是 cgo 进行包装, 性能相比 c++ 会有略微损失. 不过总的来说性能还不错, 曾线上运行过一段时间.

mohanson avatar Jan 09 '20 04:01 mohanson