Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Put benchmarks in their own file | Matt Joiner | 2019-10-23 | 2 | -122/+127 | |
* | Make the santa example a cmd | Matt Joiner | 2019-10-23 | 1 | -2/+2 | |
* | Merge pull request #2 from anacrolix/go.mod | Luke Champine | 2019-10-22 | 1 | -0/+3 | |
|\ | ||||||
| * | Add go.mod file | Matt Joiner | 2019-10-22 | 1 | -0/+3 | |
|/ | ||||||
* | broadcast in AtomicSet | lukechampine | 2016-09-30 | 2 | -1/+24 | |
* | expand Select example | lukechampine | 2016-04-05 | 1 | -4/+20 | |
* | expand Pointers section | lukechampine | 2016-04-04 | 1 | -1/+32 | |
* | add Go Report Card badge | lukechampine | 2016-04-04 | 1 | -1/+1 | |
* | better pointer documentation | lukechampine | 2016-04-03 | 2 | -0/+38 | |
* | 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 | |
* | 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 | |
* | 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 |