Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
Producer_Consumer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
areej.mohammad
Producer_Consumer
Commits
49a71a4f
Commit
49a71a4f
authored
Dec 02, 2025
by
areej.mohammad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
e8b57671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
49a71a4f
...
...
@@ -22,14 +22,14 @@ The system is divided into three main stages connected via two blocking queues.
Stemming
Class Role Input Output
Stemming (Main)
Setup N/A Starts the threads
and Initialization
Producer
File Reader Text File (Lines) Queue 1 (BlockingQueue
<String>
)
Stemming (Main)
: Setup and Initialization
Producer
: File Reader
MultipleConsumers
Concurrent Stemming Queue 1 (Lines) Queue 2 (BlockingQueue
<List
<
String
>
>)
MultipleConsumers
: Concurrent Stemming
SingleConsumerWrite
Collector Queue 2 (Lists of Stems) Final Output File (output.txt)
SingleConsumerWrite
: Collector
and Writer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment