图图图,参考图
$ < colors.txt sort | uniq -c | sort -r | head -3 > favcolors.txt

https://www.rozmichelle.com/pipes-forks-dups/comment-page-1/
https://twitter.com/alexxubyte/status/1498703822528544770
Why is 𝐑𝐞𝐝𝐢𝐬 so 𝐟𝐚𝐬𝐭? There are 3 main reasons:
- Redis is a RAM-based data store. RAM access is at least 1000 times faster than random disk access.
- Redis leverages IO multiplexing and single-threaded execution loop for execution efficiency.
- Redis leverages several efficient lower-level data structures.
Question: Another popular in-memory store is Memcached. Do you know the differences between Redis and Memcached?



https://mp.weixin.qq.com/s?__biz=Mzk0MDI3MTE0MQ==&mid=2247484694&idx=1&sn=e30c921f50aa35d0fa12e834aedf7e20&chksm=c2e5765cf592ff4a60a13f82fc05fbf2e6b23f0ac73299b2c90e07061e2739a3d97234cecb31&scene=21#wechat_redirect

这图让我想到了 Kafka 的 TimingWheel
Comparing API Architectural Styles: SOAP vs REST vs GraphQL vs RPC
The diagram below illustrates the API timeline and API styles comparison.
Over time, different API architectural styles are released. Each of them has its own patterns of standardizing data exchange.

- https://twitter.com/alexxubyte/status/1506298328878780419
- https://www.altexsoft.com/blog/soap-vs-rest-vs-graphql-vs-rpc/
https://eng.uber.com/presto-on-apache-kafka-at-uber-scale/
https://twitter.com/bibryam/status/1527281861134716928

Amazing REST API Design Cheat Sheet:

Airbnb’s Microservices Architecture Journey To Quality Engineering






