Skip to content

Commit

Permalink
docs(runtime): make gc comment more clear, thanks Daniel
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Nov 1, 2021
1 parent de13406 commit dacf98d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime-prototype/disruptor-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ traditional queues:
all way around the ring. This removes write
[contention](https://en.wikipedia.org/wiki/Resource_contention) between the
producer and the consumer, one could also imagine avoiding garbage
collection by only allocating memory the first time around the ring;
collection by only allocating memory the first time around the ring (but we
don't do this in Haskell);

2. Using an array rather than linked list increasing
[striding](https://en.wikipedia.org/wiki/Stride_of_an_array) due to
Expand Down

0 comments on commit dacf98d

Please sign in to comment.