This project https://github.com/minio/c2goasm looks interesting. They mentioned 20x speed in comparison with calling Cgo.
I don't do C or anything lower than Go but would it be possible to "compile" ffmpeg into asm and use that intstead of Cgo to smooth out the peformance hit of non-pure-go code interaction?
This project https://github.com/minio/c2goasm looks interesting. They mentioned 20x speed in comparison with calling Cgo. I don't do C or anything lower than Go but would it be possible to "compile" ffmpeg into asm and use that intstead of Cgo to smooth out the peformance hit of non-pure-go code interaction?