Categorygithub.com/chenquan/orderhash
modulepackage
0.3.1
Repository: https://github.com/chenquan/orderhash.git
Documentation: pkg.go.dev

# README

orderhash

GitHub codecov Release Godoc Go Report Card Download

A local stateful orderly hash algorithm.

installation

go get -u github.com/chenquan/orderhash

purpose

It is used to ensure the order of consumer and producer message consumption and sending during concurrency, and improve the concurrent throughput.

example: https://github.com/chenquan/go-queue/blob/master/kafka

# Functions

No description provided by the author
No description provided by the author