index
:
stm
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/stm.go: Rename AtomicGet => Deref and AtomicModify => Swap
EuAndreh
2025-01-23
2
-7
/
+7
*
Setup stub fuzz and benchmark test files
EuAndreh
2025-01-22
5
-0
/
+77
*
WIP: Turn cmd/santa-example into functional test
EuAndreh
2025-01-22
3
-19
/
+30
*
Unify code into default repo format
EuAndreh
2025-01-22
18
-2149
/
+2282
*
Setup Makefile build skeleton
EuAndreh
2025-01-22
7
-0
/
+253
*
Remove unused files
EuAndreh
2025-01-22
13
-397
/
+0
*
Merge branch 'generic-immutable'
Matt Joiner
2022-12-21
5
-91
/
+102
|
\
|
*
Remove unnecessary value type for Sets
Matt Joiner
2022-12-21
1
-14
/
+13
|
*
New go doc formatting
Matt Joiner
2022-12-21
1
-19
/
+19
|
*
Update immutable to use comparable key constraints
Matt Joiner
2022-12-21
3
-18
/
+21
|
*
Add go test CI action
Matt Joiner
2022-10-27
1
-0
/
+23
|
*
Mostly fix compatibility with immutable v0.4.0
Matt Joiner
2022-10-27
4
-78
/
+185
*
|
Move direct dep out of indirect require block
Matt Joiner
2022-11-06
1
-1
/
+1
*
|
exclude github.com/benbjohnson/immutable v0.4.0
Matt Joiner
2022-11-06
1
-0
/
+2
*
|
Revert "missing Get func added (#6)" (#8)
ucwong
2022-10-28
2
-27
/
+19
*
|
Add go test CI action
Matt Joiner
2022-10-27
1
-0
/
+23
*
|
missing Get func added (#6)
ucwong
2022-10-26
2
-19
/
+27
|
/
*
Merge pull request #4 from chrismwendt/generics
Matt Joiner
2022-06-14
19
-285
/
+286
|
\
|
*
replace "interface{}" with "any"
Chris Wendt
2022-06-08
8
-46
/
+46
|
*
AtomicSet generic value
Chris Wendt
2022-06-08
1
-1
/
+1
|
*
generic versionedValue[T]
Chris Wendt
2022-06-08
2
-9
/
+9
|
*
eliminate some type assertions
Chris Wendt
2022-06-08
3
-11
/
+11
|
*
remove unreachable code
Chris Wendt
2022-06-08
1
-1
/
+0
|
*
use time.Since
Chris Wendt
2022-06-08
1
-1
/
+1
|
*
remove unnecessary type parameters
Chris Wendt
2022-06-08
7
-25
/
+25
|
*
update README
Chris Wendt
2022-06-08
2
-11
/
+8
|
*
remove unused varSnapshot
Chris Wendt
2022-06-08
1
-6
/
+1
|
*
Use go master in CircleCI
Chris Wendt
2022-06-08
1
-1
/
+1
|
*
Missing Operation type param in cmd/santa-example
Chris Wendt
2022-06-08
1
-1
/
+1
|
*
Make Operation generic
Matt Joiner
2022-06-08
4
-21
/
+21
|
*
BIG change: generic Var[T], txVar, etc.
Chris Wendt
2022-06-08
14
-188
/
+203
|
*
use generic atomic
Chris Wendt
2022-06-08
5
-7
/
+15
|
*
go mod tidy
Chris Wendt
2022-06-07
2
-20
/
+7
|
*
go mod edit -go=1.18
Chris Wendt
2022-06-07
1
-1
/
+1
*
|
Bump test timeout (#3)
Chris Wendt
2022-06-08
1
-1
/
+1
|
/
*
Create package-level example doc test from README
Matt Joiner
2021-08-24
2
-76
/
+83
*
Update reference badge
Matt Joiner
2021-08-24
1
-1
/
+2
*
Remove retry profiles on Tx recycle
Matt Joiner
2021-03-11
1
-0
/
+3
*
skip the retry profile Add
Matt Joiner
2021-03-11
1
-1
/
+1
*
Add AtomicModify
Matt Joiner
2021-03-11
1
-0
/
+13
*
Only wake Tx if they're still reading a modified value
Matt Joiner
2020-10-02
3
-3
/
+9
*
Use builtin eq var in rate and stmutil
Matt Joiner
2020-10-02
2
-2
/
+2
*
Add retry profiling
Matt Joiner
2020-10-02
3
-18
/
+42
*
Add benchmark utils
Matt Joiner
2020-10-01
8
-0
/
+117
*
New Tx must have completed=false
Matt Joiner
2020-10-01
2
-1
/
+2
*
Tidy up newTx usage and recycle from WouldBlock
Matt Joiner
2020-10-01
1
-2
/
+7
*
Wake watchers until the var changes again
Matt Joiner
2020-09-30
4
-19
/
+30
*
Don't sleep and only wake watchers if the variable value has changed
Matt Joiner
2020-09-30
2
-3
/
+10
*
Sleep by default again, and don't bother sleeping for less than 100 microseconds
Matt Joiner
2020-09-23
1
-3
/
+3
*
Copy circle CI config from anacrolix/dht
Matt Joiner
2020-09-10
1
-21
/
+49
[next]