Closed
Bug 1620433
Opened 5 years ago
Closed 5 years ago
Update xxHash to version 0.7.3
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1587187 +++
xxHash v0.7.3 is major evolution for xxh3 and xxh128, with a focus on speed and dispersion performance.
Changelist:
- perf: improved speed for large inputs (~+20%)
- perf: improved latency for small inputs (~10%)
- perf: s390x Vectorial code, by @easyaspi314
- cli: improved support for Unicode filenames on Windows, thanks to @easyaspi314 and @t-mat
- api:
xxhash.h
can now be included in any order, with and withoutXXH_STATIC_LINKING_ONLY
andXXH_INLINE_ALL
- build: xxHash's implementation transferred into
xxhash.h
. No more need to havexxhash.c
in the/include
directory forXXH_INLINE_ALL
to work - install: created pkg-config file, by @bket
- install: VCpkg installation instructions, by @LilyWangL
- doc: Highly improved code documentation, by @easyaspi314
- misc: New test tool in
/tests/collisions
: brute force collision tester for 64-bit hashes
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc30c7d0df83
Update xxHash to version 0.7.3. r=dthayer
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•