Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | go fmt | lukechampine | 2016-04-03 | 1 | -1/+1 | |
| | ||||||
* | avoid using pointers as Vars | lukechampine | 2016-04-03 | 1 | -11/+11 | |
| | ||||||
* | add TestPanic and TestReadWritten | lukechampine | 2016-04-03 | 1 | -0/+22 | |
| | | | | 100% test coverage! | |||||
* | fix AtomicSet bug | lukechampine | 2016-04-03 | 1 | -4/+1 | |
| | ||||||
* | add TestSelect and TestCompose | lukechampine | 2016-04-03 | 1 | -4/+58 | |
| | ||||||
* | more idiomatic BenchmarkIncrementSTM | lukechampine | 2016-04-02 | 1 | -2/+3 | |
| | ||||||
* | use version in place of simple equality | lukechampine | 2016-04-02 | 1 | -23/+27 | |
| | ||||||
* | add TestVerify | lukechampine | 2016-04-02 | 1 | -0/+35 | |
| | ||||||
* | document weak equality | lukechampine | 2016-03-31 | 1 | -0/+5 | |
| | ||||||
* | rearrange + add comments | lukechampine | 2016-03-31 | 1 | -20/+22 | |
| | ||||||
* | only broadcast when at least one Var changed | lukechampine | 2016-03-31 | 1 | -3/+5 | |
| | ||||||
* | update README with examples + benchmarks | lukechampine | 2016-03-31 | 1 | -0/+85 | |
| | ||||||
* | replace RWMutex benchmarks with channel benchmarks | lukechampine | 2016-03-31 | 1 | -15/+10 | |
| | ||||||
* | tweak example | lukechampine | 2016-03-31 | 1 | -18/+16 | |
| | ||||||
* | golint | lukechampine | 2016-03-30 | 1 | -1/+1 | |
| | ||||||
* | add Santa Claus problem example | lukechampine | 2016-03-30 | 1 | -0/+176 | |
| | ||||||
* | add TestRetry | lukechampine | 2016-03-30 | 1 | -0/+28 | |
| | ||||||
* | efficient retries via sync.Cond | lukechampine | 2016-03-30 | 1 | -0/+13 | |
| | ||||||
* | clarify caveat | lukechampine | 2016-03-30 | 1 | -5/+6 | |
| | ||||||
* | use atomic.Value for Vars | lukechampine | 2016-03-30 | 1 | -19/+21 | |
| | | | | | this gives a large performance boost, since we no longer need to hold the globalLock when loading Vars in tx.Get | |||||
* | add basic tests and benchmarks | lukechampine | 2016-03-30 | 1 | -0/+186 | |
| | ||||||
* | fix race condition in tx.Get | lukechampine | 2016-03-30 | 1 | -0/+2 | |
| | ||||||
* | change Get/Set to AtomicGet/Set | lukechampine | 2016-03-30 | 1 | -10/+8 | |
| | ||||||
* | add LICENSE and shorten README | lukechampine | 2016-03-30 | 2 | -69/+24 | |
| | ||||||
* | add some helper functions | lukechampine | 2016-03-30 | 1 | -0/+24 | |
| | ||||||
* | rename Check -> Assert | lukechampine | 2016-03-29 | 1 | -2/+2 | |
| | ||||||
* | replace OrElse with Select | lukechampine | 2016-03-29 | 2 | -23/+35 | |
| | ||||||
* | initial commit | lukechampine | 2016-03-29 | 2 | -0/+288 | |