Skip to content

Commit

Permalink
docs: add note about disruptor pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Aug 6, 2021
1 parent 3b537c7 commit bfaad7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime-prototype/event-loop.org
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ queue | __ __ __ | -.
*** sendfile(int out_fd, int in_fd, off_t *offset, size_t count)
*** Direct I/O? O_DIRECT?

** LMAX disruptor
*** a way of structuring concurrent processing of events with dependencies between consumers
*** more efficient than queues
* Resources
** http://ithare.com/five-myths-used-in-golang-vs-node-js-debate/
** [chat server implemented using select/poll/epoll/uring](https://github.com/robn/yoctochat)
Expand Down

0 comments on commit bfaad7a

Please sign in to comment.