{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides 32-bit murmurhash2 and murmurhash3 hash functions for Python, wrapping C implementations with a simple byte-string interface.","skillfed_tags":["hashing","non-cryptographic","abandoned"],"use_cases":["Hash-based data structures like hash tables or hash sets where speed matters more than cryptographic strength","Bloom filters or other probabilistic data structures that require a fast, seeded hash function","Distributed systems or load balancing that need consistent hashing with a seed for reproducibility","Legacy code migration where MurmurHash2 or MurmurHash3 output must match existing implementations"],"what_it_does":"murmurhash2 is a Python binding to the MurmurHash2 and MurmurHash3 C implementations, providing fast non-cryptographic hash functions for byte strings. It exposes two functions\u2014murmurhash2() and murmurhash3()\u2014each taking a byte string and an optional seed value, returning a 32-bit hash. The package is distributed as precompiled wheels for common platforms and Python versions, with no runtime dependencies.\n\nThis is a low-level hashing utility, not a cryptographic library. It is typically used in scenarios where you need fast, deterministic hashing of data and do not require collision resistance or security properties. The project has been abandoned since its latest release on 2022-02-12, so it receives no active maintenance or updates.","worth_installing":"Yes, if you specifically need MurmurHash2 or MurmurHash3 for compatibility or performance in a non-security context. No, if you are looking for an actively maintained hashing library or need cryptographic guarantees. The abandoned status and lack of recent updates mean no security patches will be issued if issues arise."},"id":"murmurhash2","links":{"html":"https://skillfed.io/packages/murmurhash2","md":"https://skillfed.io/packages/murmurhash2.md","pypi":"https://pypi.org/project/murmurhash2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-02-12","license_spdx":null,"license_treatment":"permissive","name":"murmurhash2","python_support":"unspecified","summary":"murmurhash2 for Python"},"popularity":{"monthly_downloads":857029,"position":4885,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.10"}
