Primitive vectors should use new hash

Description

Primitive vectors created via vector-of still use Java hashCode for hasheq.

Solution: Make primitive vectors implement IHashEq and call Murmur3.hashOrdered().

Patch: clj-1331-v2.patch
Depends on: (must be applied first)

Environment

None

Attachments

2

Activity

Show:

Andy Fingerhut January 30, 2014 at 12:03 AM

Patch clj-1331-v1.diff is one way to change primitive vectors to use Murmur3 hash.

Completed

Details

Assignee

Reporter

Approval

Patch

Priority

Affects versions

Fix versions

Created January 30, 2014 at 12:00 AM
Updated February 14, 2014 at 4:18 PM
Resolved February 14, 2014 at 4:18 PM