列表2023-week48
#最近读的东西
#1
- What is the difference between sort.Slice and sort.SliceStable
- https://en.wikipedia.org/wiki/Sorting_algorithm#Stability
排序的稳定性,之前还真没关注过= =
#2
- The Log: What every software engineer should know about real-time data’s unifying abstraction
- https://github.com/oldratlee/translations/tree/master/log-what-every-software-engineer-should-know-about-real-time-datas-unifying
#3
验证了很久,一个 redis 的分布式读写锁,在脏缓存的情况下会发生问题,其它 ok