Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/stm.go: Rename Interface -> atomicI | EuAndreh | 2025-05-22 | 1 | -1/+1 |
* | Move benchmarks from tests/stm.go to tests/benchmarks/* | EuAndreh | 2025-01-23 | 42 | -389/+797 |
* | tests/stm.go: Turn example into functional test | EuAndreh | 2025-01-23 | 3 | -72/+77 |
* | src/stm.go: Rename AtomicGet => Deref and AtomicModify => Swap | EuAndreh | 2025-01-23 | 1 | -4/+4 |
* | Setup stub fuzz and benchmark test files | EuAndreh | 2025-01-22 | 4 | -0/+59 |
* | WIP: Turn cmd/santa-example into functional test | EuAndreh | 2025-01-22 | 2 | -0/+176 |
* | Unify code into default repo format | EuAndreh | 2025-01-22 | 1 | -0/+1177 |
* | Setup Makefile build skeleton | EuAndreh | 2025-01-22 | 2 | -0/+16 |