收藏的文章
c++ 链式哈希(hash table)
https://www.tutorialspoint.com/data_structures_algorithms/hash_data_structure.htm
redis 单线程or多线程
https://juejin.im/post/6844904131023339534
cas (compare and swap) 无锁并发 与 ABA问题
https://juejin.im/post/6844903796129136647
why use volatile
https://www.geeksforgeeks.org/understanding-volatile-qualifier-in-c/
持久化内存编程
空类优化