Skip to content

Will it decrease performance if we use some functions that are imported from Cpython and mix them with Codon itself? #564

Answered by arshajii
panxiaoguang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi -- it shouldn't be any worse than Python's performance, but anything that goes through the Python bridge will just be running in CPython so Codon won't be optimizing/compiling it. Ultimately it will depend on how much is running through Codon vs. CPython!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@panxiaoguang
Comment options

Answer selected by panxiaoguang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants