tendermint/flowrate
Jae Kwon d289c9286e
Implement NewPrefixDB (#164)
* encodeByteSlice uses uvarint for length instead of varint
* Implemented NewPrefixDB
* Fix flowrate test (#165)
* Complete implementation and fix tests
* Add tests for MemBatch Write[Sync]
2018-03-15 09:43:23 -07:00
..
README.md merge go-flowrate 2017-04-18 16:33:42 -04:00
flowrate.go Add Monitor.SetREMA() 2016-11-04 06:14:49 -07:00
io.go Rename package to 'flowrate' 2014-04-18 20:41:01 -04:00
io_test.go Implement NewPrefixDB (#164) 2018-03-15 09:43:23 -07:00
util.go [flowrate] refactor clock functions (Refs #16) 2017-05-23 15:20:27 +02:00

README.md

Data Flow Rate Control

To download and install this package run:

go get github.com/mxk/go-flowrate/flowrate

The documentation is available at:

http://godoc.org/github.com/mxk/go-flowrate/flowrate