1
Show HN: A fast, thread-safe C hashmap with lazy sorting
C语言实现的快速线程安全哈希映射,通过延迟排序优化性能,并与F14、Rust HashMap等主流方案同台竞技。
You can play with it here: https://godbolt.org/z/h4ffsWdq8 The main repo is here: https://github.com/RaphaelPrevost/ASKL Comments URL: https://news.yc…