| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only wake Tx if they're still reading a modified value | Matt Joiner | 2020-10-02 | 1 | -3/+5 |
| * | Wake watchers until the var changes again | Matt Joiner | 2020-09-30 | 1 | -4/+6 |
| * | Don't sleep and only wake watchers if the variable value has changed | Matt Joiner | 2020-09-30 | 1 | -2/+9 |
| * | Add custom VarValue and const for sleep backoff | Matt Joiner | 2020-09-10 | 1 | -8/+20 |
| * | Optimize AtomicSet | Matt Joiner | 2019-11-05 | 1 | -0/+11 |
| * | Use atomic.Value for Var state | Matt Joiner | 2019-11-04 | 1 | -14/+7 |
| * | Remove global lock | Matt Joiner | 2019-11-04 | 1 | -2/+3 |
| * | Use atomic pointers for Var data | Matt Joiner | 2019-11-04 | 1 | -5/+25 |
| * | Optimize a bunch of stuff | Matt Joiner | 2019-10-31 | 1 | -5/+6 |
| * | Register transaction condition with each read Var only | Matt Joiner | 2019-10-23 | 1 | -4/+8 |
| * | Break up the stm.go file | Matt Joiner | 2019-10-23 | 1 | -0/+15 |
