daltoniam / Skeets

Fetch, cache, and display images via HTTP in Swift.
Apache License 2.0
191 stars 21 forks source link

add index to bitwise hash to reduce conflicts! #27

Closed aryanbaghi closed 9 years ago

aryanbaghi commented 9 years ago

I think with adding index to bitwise hash we could remove some conflicts. For example, if we do not use index multiplier xyz and yxz will have same hash but with multiplier they have different hash!

daltoniam commented 9 years ago

Good idea. Thanks!