DEV Community

Discussion on: The Peregrine programming language - A Python-like language that's as fast as C.

Collapse
 
saptakbhoumik profile image
SaptakBhoumik

Well using @lru_cache will be cheating. If you run a multithreaded python program and a simgle threaded c program then it is very likely that python will win