Skip to content

Commit

Permalink
change view text
Browse files Browse the repository at this point in the history
  • Loading branch information
dodng authored Sep 12, 2018
1 parent 9efc03f commit 076dd66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
##1. What is a ring queue
## 1. What is a ring queue
--------------

* the data is "first in first out".
* prev data of queue head is the queue tail.
* the data of ring can reuse.


##2. The advantages of ring queue
## 2. The advantages of ring queue
--------------

* Guaranteed elements are first-in, first-out
Expand All @@ -16,13 +16,13 @@
* Provides an efficient mechanism for multithread data transfer.


##3. Ring queue of work example
## 3. Ring queue of work example
--------------

* Linux between kernel and system to transfor network data( PACKET_RX_RING and PACKET_TX_RING )


##4. Actual test results
## 4. Actual test results
--------------

* In CentOS 5.5 (cpu per core frequency 1200MHz) .
Expand Down

0 comments on commit 076dd66

Please sign in to comment.