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.

CSipHash: A Fast (C) SipHash Implementation for Python

1 pointsby zacharyvoaseover 8 years ago

1 comment

dalkeover 8 years ago
How much of the time for &lt;= 256 bytes is from the overhead of parameter checking?<p>That is, I&#x27;m tempted to start using cffi for my code, but years ago I remember timing ctypes + Python type checking vs. using a C extension. I remember the latter being noticeably faster, enough to justify the extra time it took to implement the extension.