摘要:
What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program 阅读全文
摘要:
Scope Boost.Asio is a C++ library that started with a focus on networking, but its asynchronous I/O capabilities have been extended to other resources 阅读全文
摘要:
C++操作Kafka使用Protobuf进行跨语言数据交互 Kafka 是一种分布式的流平台,具体是什么意思呢? A streaming platform has three key capabilities: Publish and subscribe to streams of records, 阅读全文
摘要:
聊聊Disruptor 和 Aeron 这两个开源库 Disruptor The best way to understand what the Disruptor is, is to compare it to something well understood and quite similar 阅读全文