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.

Faster Natural Language Processing in Python

103 pointsby julien_calmost 7 years ago

1 comment

imhalmost 7 years ago
I love seeing Cython usage. Python is cool, but as a scientific language, its slowness gets in the way sometimes. Particularly when you have control flow with funny shapes, so it is hard to just apply multipurpose vectorized functions. In my experience, NLP often has funny shapes like that.<p>Cython is a wonderful escape hatch to grab performance, and I&#x27;d love to see it used more casually in the data science world.
评论 #17298886 未加载