💭 xxhash · PyPI =============== !https://pypi.org/project/xxhash/ Date: June 3, 2024 xxhash Python binding for xxHash PyPI · pypi.org [1] I hit an issue with markata where even though a bunch of articles were cached, the site build was still slow because I was hitting hashlib.sha256 so hard for cache keys. I was shocked when this popped up in my profiler as a significant portion of the time spent. I swapped out for xxhash and that issue completely went away. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://pypi.org/project/xxhash/ [2]: /thoughts/ [3]: /tags/thoughts/