mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
* is_contiguous_hashable trait identifies optimizable types * hash_append() function overloads for basic types: - scalars, floats - array, C array - pair, tuple - boost array and tuple (if configured) * Provided Spooky hash wrapper for use with hash_append * Use hash_append in hardened_hash and other places * New Utility meta functions for working with variadics: - static_and - static_sum * Added type_name utility function for diagnostics * hash_metrics suite of functions to evalulate hash functions * Test suites to measure hash function performance * Various fixes
31 lines
319 B
Plaintext
31 lines
319 B
Plaintext
Docs
|
|
._*
|
|
*.mode1v3
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
*.user
|
|
*.ncb
|
|
*.suo
|
|
*.obj
|
|
*.ilk
|
|
*.pch
|
|
*.pdb
|
|
*.dep
|
|
*.idb
|
|
*.manifest
|
|
*.manifest.res
|
|
*.o
|
|
*.opensdf
|
|
*.d
|
|
*.sdf
|
|
xcuserdata
|
|
contents.xcworkspacedata
|
|
.DS_Store
|
|
.svn
|
|
profile
|
|
Builds/VisualStudio2012/Debug
|
|
Builds/VisualStudio2012/Release
|
|
project.xcworkspace
|
|
modules/beast_cryptopp
|
|
bin/
|