logoalt Hacker News

peterabbitcooktoday at 3:47 AM1 replyview on HN

I think I’m a little skeptical.

#pragma is a real keyword in C but # is just a comment in python - why not use a pythonic @decorator?

Vendoring a library like this into an app seems like a lot more toil than just writing the native multiprocessing python code, or using something built for number crunching like arrayfire or numpy


Replies

peterabbitcooktoday at 3:56 AM

Though I guess using @decorator semantics would make it look a lot like python-numba syntax

show 1 reply