tornavis/release
Jacques Lucke e2d170f685 Libraries: integrate xxHash library for fast hashing
`xxHash` is a fast non-cryptographic hashing library. It significantly outperforms
md5 which we use in some places currently while also having great collision
resistance if not attacked explicitly.

The library is added to `extern` because that was the easiest way to do it and has
the least impact on others. I expect this library to become a required dependency
instead of an optional one. It's licence is `BSD 2-Clause` which seems to be the
first of its kind in Blender (there is `BSD 3-Clause` a couple of times).

For now, I used the library only for data deduplication when baking geometry nodes
where the same geometry is generated for each frame. The bake time in my test
goes down from >6s to <1s (note that this includes more than just the hashing time).

Pull Request: https://projects.blender.org/blender/blender/pulls/120139
2024-04-03 10:22:53 +02:00
..
bin Linux: remove historic bourne shell argument expansion workaround 2023-06-22 13:17:28 +10:00
darwin macOS: Raise minimum required version to macOS 11.2 2024-02-16 17:53:51 +01:00
datafiles Sculpt: Add Line Hide tool 2024-03-29 00:05:25 +01:00
freedesktop Release: Update freedesktop file for 4.1. 2024-03-13 14:43:54 +01:00
license Libraries: integrate xxHash library for fast hashing 2024-04-03 10:22:53 +02:00
lts Fix: Typo in release notes script 2024-01-22 16:30:04 +01:00
pypi License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
text Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
windows Windows: Enhance our debug batch files 2024-02-06 21:12:15 +01:00