Skip to content

Commit ebacd93

Browse files
committed
3.0.7
added literature in PDF
1 parent 42616e1 commit ebacd93

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ for embedded systems, such as single-core microcontrollers with:
1515
- other similar 16/32-bit CPUs
1616

1717
> **NOTE** The presented LFRB implementation is intended for deeply embedded
18-
systems, such as single-core ARM Cortex-M MCUs. The presented implementation
19-
might not be appropriate for complex multi-core SoCs with cache memory, etc.
20-
Please refer to the literature, for example:
21-
[<i>Correct and Efficient Bounded FIFO Queues</i>](https://www.irif.fr/~guatto/papers/sbac13.pdf).
18+
systems, such as single-core ARM Cortex-M MCUs without cache memories.
19+
The presented implementation might not be appropriate for complex multi-core
20+
SoCs with cache memory, etc. Please refer to the literature, for example:
21+
- [<i>Correct and Efficient Bounded FIFO Queues</i>](lit/RR-8365.pdf).
22+
- [<i>Optimised Lock-Free FIFO Queue</i>](lit/Optimised_lock_free_FIFO_queue.pdf).
2223

2324
# Lock-Free Restrictions
2425
The ring buffer does not require any "locking" (mutual exclusion
144 KB
Binary file not shown.

lit/RR-8365.pdf

1.11 MB
Binary file not shown.

0 commit comments

Comments
 (0)