Hacker News
- XXH3 – a new speed-optimized hash algorithm https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html 83 comments
- Speed improvements using hash tables https://blog.asrpo.com/hashtables 3 comments
- Which hashing algorithm is best for uniqueness and speed? http://programmers.stackexchange.com/a/145633 81 comments
- Which hashing algorithm is best for uniqueness and speed? http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed/145633#145633 104 comments
- Speed Hashing http://www.codinghorror.com/blog/2012/04/speed-hashing.html 125 comments
- High Speed Hashing for Integers and Strings (2015) https://arxiv.org/abs/1504.06804 13 comments
- Meow Hash: A high-speed non-cryptographic hash function https://mollyrocket.com/meowhash 68 comments
- XXH3 - a new speed-optimized hash algorithm (xxHash) http://fastcompression.blogspot.com/2019/03/presenting-xxh3.html 3 comments programming
- Paper: DRAMHiT: A Hash Table Architected for the Speed of DRAM https://dl.acm.org/doi/pdf/10.1145/3552326.3587457 16 comments cpp
- Which hashing algorithm is best for uniqueness and speed? https://softwareengineering.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed 4 comments coding
- Caching hash values for speed (Swift-language edition) https://lemire.me/blog/2018/04/04/caching-hash-values-for-speed-swift-language-edition/ 3 comments programming
- What hashing algorithm is good for uniqueness and speed? http://programmers.stackexchange.com/a/145633/7146 111 comments programming
- Speed Hashing http://www.codinghorror.com/blog/2012/04/speed-hashing.html 70 comments programming
- auditor: A New Tool to Speed Up Hash large data volume http://thash.org 5 comments computerforensics
- High Speed Hashing for Integers and Strings https://arxiv.org/abs/1504.06804 9 comments programming
- Tjald Hash and RNG Suite - A bid for new speed records https://github.com/NoHatCoder/Tjald-Hash-and-RNG-Suite 5 comments crypto
- I used Bash associative arrays as a hash table/hashmap to massively speed up a shell script! https://www.youtube.com/watch?v=wAeOrmBegWY 13 comments bash
- Which hashing algorithm is best for uniqueness and speed? Ian Boyd's answer (top voted) is one of the best comments I've seen on Stackexchange. https://softwareengineering.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed 293 comments programming
- Online accessible 90GB rainbow table of XP-NTLM hashes (hosted on SSD for speed) https://www.objectif-securite.ch/en/products.php#demo 19 comments netsec
- Benchmarking Hash-Tables Speed on M1 Max MacBooks with DDR5, Intel MacBooks with DDR4 and a $50K AMD Server https://unum.cloud/post/2021-12-21-macbook/ 5 comments programming
- As part of a CTF level I was given a hash and needed to find the source string it was generated from. I wrote this script to try find it using brute force but it didn't finish in time. How can I speed it up ? http://pastebin.com/HXa5eq5F 27 comments learnprogramming
- Linux 6.11 Likely To Land DM-Verity Multi-Buffer Hashing For Big Speed Boost https://www.phoronix.com/news/DM-Verity-Multi-Buffer-Hash 13 comments linux
- Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games https://github.com/SergeyMakeev/ExcaliburHash 10 comments cpp
- New open-source In-memory database for jvm based languages. Based on a recent research article that published a technique to overcome limitations in hash and b-tree indexes. Super easy to blend in with Java, search by any possible key combination in high speed. (research article link in comments) https://www.kapoorlabs.com/kiara?java 49 comments java