Skip to content

Tags: relab/gorums

Tags

v0.7.0

Toggle v0.7.0's commit message
Gorums release v0.7.0

v0.6.1

Toggle v0.6.1's commit message
Gorums release v0.6.1

v0.6.0

Toggle v0.6.0's commit message
Gorums release v0.6.0

v0.5.0

Toggle v0.5.0's commit message
Gorums release v0.5.0

v0.4.0

Toggle v0.4.0's commit message
Gorums release v0.4.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #123 from relab/revised-user-guide

Revised user guide and other docs

v0.2.2

Toggle v0.2.2's commit message
Remove the `grpc.CallOption` field from ordered RPCs

The field was not actually used for anything.
Removing it required some changes to the template variables though, as
one-way calls and RPCs do not have the same dependencies.

v0.2.1

Toggle v0.2.1's commit message
Fixed warnings reported by golint

Added some missing comments to exported symbols
Renamed tests/message_encoding to tests/encoding
As well as other minor cleanups

v0.2.0

Toggle v0.2.0's commit message
added benchmark for the receiveQueue

To run this benchmark:
go test -bench=BenchmarkReceiveQueue

Results on my machine are pretty conclusive:
BenchmarkReceiveQueue/RWMutexMap-12                 13286848                77.7 ns/op
BenchmarkReceiveQueue/syncMapStruct-12               2467936               482 ns/op
BenchmarkReceiveQueue/syncMapDirect-12               2494368               485 ns/op

v0.1.0-gogo

Toggle v0.1.0-gogo's commit message
gorums: changes for v0.1.0-gogo

This is in preparation for tagging a release branch so that it can
easily be referenced in the future, when the new version becomes
master.