Would using the python script make calculations faster?

I found that Grasshopper will be slow when doing several boolean operation or trimming solid in one GH file.
I just wonder would it be faster if i write those operations in a python component?

Thank you

Probably not. GH is written in C# which is generally faster than python in GH.

I see. Thank you so much <3