Skip to content

Commit 7b4d9f0

Browse files
committed
Moved TODOs to an issue
1 parent 27d2fbd commit 7b4d9f0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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 &mdash; 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

0 commit comments

Comments
 (0)