Message Queue Compares

几种常见的消息队列比较: RabbitMQ ActiveMQ ZeroMQ Redis RocketMQ Kafaka Message Queue Wiki: Message Queue Message queues provide an asynchronous communications protocol, meaning that then sender and receiver of the message do not need to interact with the message queue at the same time. Message placed onto the queue are stored until the recipient

Golang | 语言机制之内存剖析

本系列文章总共四篇,主要帮助大家理解 Go 语言中一些语法结构和其背后的设计原则,包括指针、栈、堆、逃> 逸分析和值/指针传递。这是第二篇,主

Golang | 语言机制之逃逸分析

本系列文章总共四篇,主要帮助大家理解 Go 语言中一些语法结构和其背后的设计原则,包括指针、栈、堆、逃> 逸分析和值/指针传递。这是第二篇,主

Golang | 语言机制之栈和指针

本系列文章总共四篇,主要帮助大家理解 Go 语言中一些语法结构和其背后的设计原则,包括指针、栈、堆、逃> 逸分析和值/指针传递。这是第二篇,主