File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ queue implementation written for testing purposes.
3333 - [ Atomic types only] ( #atomic-types-only )
3434 - [ Exceptions] ( #exceptions )
3535- [ Trade-offs] ( #trade-offs )
36- - [ TODO] ( #todo )
3736
3837## <a id =" overview " ></a > [ ≡] ( #contents ) [ Overview] ( #overview )
3938
@@ -338,12 +337,3 @@ transaction.
338337- The use of exceptions for aborting transactions may be expensive and may also
339338 prohibit or complicate use in cases like embedded systems where exception
340339 handling might be turned off to reduce code size.
341-
342- ## <a id="todo"></a> [≡](#contents) [TODO](#todo)
343-
344- - Bypass destroy logic in cases where it is not needed
345- - Add optional diagnostics code to e.g. detect bad behaviours
346- - Allow transaction clock to wrap around — this would allow the use of a
347- 32-bit (or `size_t`) clock
348- - Consider allowing number of locks to change dynamically
349- - Refactor and micro-optimize
You can’t perform that action at this time.
0 commit comments