diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ # stm -[](https://godoc.org/github.com/lukechampine/stm) [](https://goreportcard.com/report/github.com/lukechampine/stm) +[](https://godoc.org/github.com/anacrolix/stm) [](https://goreportcard.com/report/github.com/anacrolix/stm) Package `stm` provides [Software Transactional Memory](https://en.wikipedia.org/wiki/Software_transactional_memory) operations for Go. This is an alternative to the standard way of writing concurrent code (channels and @@ -186,4 +186,8 @@ BenchmarkReadVarSTM-4 5000 268726 ns/op BenchmarkReadVarMutex-4 10000 248479 ns/op BenchmarkReadVarChannel-4 10000 240086 ns/op -```
\ No newline at end of file +``` + +## Credits + +Package stm was [originally](https://github.com/lukechampine/stm/issues/3#issuecomment-549087541) created by lukechampine.
\ No newline at end of file |