Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify code into default repo format | EuAndreh | 2025-01-22 | 1 | -39/+0 |
| | |||||
* | remove unnecessary type parameters | Chris Wendt | 2022-06-08 | 1 | -1/+1 |
| | |||||
* | BIG change: generic Var[T], txVar, etc. | Chris Wendt | 2022-06-08 | 1 | -3/+3 |
| | |||||
* | Use builtin eq var in rate and stmutil | Matt Joiner | 2020-10-02 | 1 | -1/+1 |
| | | | | In particular, in the rate limiter this gives a massive performance increase. | ||||
* | Rework ContextDoneVar to not leak done Contexts | Matt Joiner | 2019-11-07 | 1 | -1/+7 |
| | |||||
* | Cache ContextDoneVars | Matt Joiner | 2019-11-05 | 1 | -5/+18 |
| | | | | Note that nothing currently flushes them. Could probably flush them when they're done, and the early return will take care of the rest. | ||||
* | Transfer project stewardship to anacrolix | Matt Joiner | 2019-11-03 | 1 | -1/+1 |
| | | | | See https://github.com/lukechampine/stm/issues/3#issuecomment-549087541. | ||||
* | stmutil.ContextDoneVar: Return true Var if the context is already done | Matt Joiner | 2019-11-02 | 1 | -0/+3 |
| | | | | This prevents needless races, such as in some of the rate limiting tests. | ||||
* | Add stmutil containers and ContextDoneVar | Matt Joiner | 2019-11-01 | 1 | -0/+17 |