TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JET, a framework to compile numeric python to C++

4 pointsby droelfover 8 years ago

1 comment

droelfover 8 years ago
I wanted to announce JET, a different take on how to make numeric Python much faster! It&#x27;s very much inspired by TensorFlow -- a computation graph is compiled to C++. And there are constants, variables and placeholders, like in TensorFlow.<p>But, it&#x27;s converted to a regular C++ class, and compiled using e.g. GCC instead of being executed with a custom scheduler (as it is in TensorFlow). This makes execution for small programs much, much faster.<p>Compared to NumPy it&#x27;s up to 20x faster.
评论 #12885248 未加载