What would be the best way to integrate Go for performant pieces in a python codebase? The only things I found online currently offer the use of cgo, which results in even less performant code.
What would be the best way to integrate Go for performant pieces in a python codebase? The only things I found online currently offer the use of cgo, which results in even less performant code.