aboutsummaryrefslogtreecommitdiff
path: root/rate (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-06Make returns explicitMatt Joiner1-9/+10
2019-11-06Add WouldBlockMatt Joiner1-1/+19
2019-11-05Cache ContextDoneVarsMatt Joiner2-5/+38
2019-11-05Add failed commits profilingMatt Joiner1-0/+13
2019-11-05Add stmutil.ListMatt Joiner1-0/+2
2019-11-05No need to reset Tx before putting it in the PoolMatt Joiner1-1/+0
2019-11-05Optimize AtomicSetMatt Joiner3-10/+14
2019-11-05Add expvarsMatt Joiner4-1/+14
2019-11-04Update go.modMatt Joiner2-0/+3
2019-11-04Add parallel PingPong benchmarkMatt Joiner2-1/+27
2019-11-04Fix TestDecrementMatt Joiner1-6/+4
2019-11-04Use atomic.Value for Var stateMatt Joiner1-14/+7
2019-11-04Reduce transaction locking on Tx.waitMatt Joiner1-2/+2
2019-11-04Remove global lockMatt Joiner4-19/+66
2019-11-04Use atomic pointers for Var dataMatt Joiner3-23/+31
2019-11-03Transfer project stewardship to anacrolixMatt Joiner5-7/+11
2019-11-02Add stm friendly rate limiterMatt Joiner2-0/+608
2019-11-02stmutil.ContextDoneVar: Return true Var if the context is already doneMatt Joiner1-0/+3
2019-11-01Add stmutil containers and ContextDoneVarMatt Joiner4-0/+354
2019-10-31Optimize a bunch of stuffMatt Joiner3-13/+42
2019-10-31Add Tx.Return and a return value from AtomicallyMatt Joiner3-22/+42
2019-10-29Panic when trying to set a nil VarMatt Joiner1-0/+3
2019-10-25Panic when trying to set a nil VarMatt Joiner1-0/+3
2019-10-23Get rid of globalCondMatt Joiner3-7/+3
2019-10-23Register transaction condition with each read Var onlyMatt Joiner3-13/+27
2019-10-23Improve comment on Tx.verifyMatt Joiner1-3/+1
2019-10-23Add PingPong test and benchmarkMatt Joiner2-0/+46
2019-10-23Break up the stm.go fileMatt Joiner7-269/+274
2019-10-23Put benchmarks in their own fileMatt Joiner2-122/+127
2019-10-23Make the santa example a cmdMatt Joiner1-2/+2