aboutsummaryrefslogtreecommitdiff
path: root/var.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimize AtomicSetMatt Joiner2019-11-051-0/+11
|
* Use atomic.Value for Var stateMatt Joiner2019-11-041-14/+7
|
* Remove global lockMatt Joiner2019-11-041-2/+3
|
* Use atomic pointers for Var dataMatt Joiner2019-11-041-5/+25
|
* Optimize a bunch of stuffMatt Joiner2019-10-311-5/+6
|
* Register transaction condition with each read Var onlyMatt Joiner2019-10-231-4/+8
|
* Break up the stm.go fileMatt Joiner2019-10-231-0/+15