Closed jbenet closed 13 years ago
Thanks for the commit! I've modified it and merged in some additional changes. Check out tag 0.136.1
sha 96d8b9b. Let me know if you find any issues with it.
Looks Great! I merged it in to mine. The only change that remains in mine is thus the #ifdef in platform.cpp (now unnecessary, but i'll keep it there in case I play with smhasher directly).
Oh and some feedback: there may be some benefit in simplifying the interface to just smhasher.murmur3(str) and picking for the user if they are on a 64 bit machine or not. (the smhasher interface isn't very pythonic...) Thoughts? i can tackle this later this week if you're too busy.
Cheers, Juan
hey phensley,
Thanks for making this extension!
I fixed some issues with building on os x:
Cheers, Juan
ps: consider putting this in pypi!