# README
orderhash
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