Warum mein Cython SPMC 1000x langsamer ist als C ++ SPMC [geschlossen]

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Warum mein Cython SPMC 1000x langsamer ist als C ++ SPMC [geschlossen]

by Anonymous » 17 Aug 2025, 11:20

Hier sind meine Codes:
c ++ Version:
https://github.com/river-walras/spmc
cython Version:
/> Cython führt 1000x langsamer aus als die C ++ - Version, selbst wenn der Thread in Python 3.14 freigeht. Was könnte die Ursache sein?

Top