Skip to content

Commit

Permalink
added screenshots to README file - 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
marioroy committed Aug 24, 2015
1 parent 7b7b4a1 commit 9a67927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,6 +17,7 @@ Icon
_Inline
*.bak
*.old
*.swp
*.tmp

/MCE-*
Expand Down
12 changes: 3 additions & 9 deletions README.md
Expand Up @@ -5,9 +5,7 @@ This document describes MCE version 1.699.
Many-Core Engine (MCE) for Perl helps enable a new level of performance by
maximizing all available cores.

<div align="left">
![MCE](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/MCE.gif)
</div>
![ScreenShot](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/MCE.gif)

### Description

Expand All @@ -17,9 +15,7 @@ line being the data and bank-tellers the arallel workers. MCE enhances that
model by adding the ability to chunk the next n elements from the input
stream to the next available worker.

<div align="left">
![Bank Queuing Model](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/Bank_Queuing_Model.gif)
</div>
![ScreenShot](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/Bank_Queuing_Model.gif)

### Installation

Expand All @@ -43,9 +39,7 @@ of threads requires that you include threads support prior to loading MCE.
(or) use threads::shared; (or) use forks::shared;
use MCE; use MCE; use MCE;

<div align="left">
![Supported OS](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/Supported_OS.gif)
</div>
![ScreenShot](https://raw.githubusercontent.com/marioroy/mce-assets/master/images_README/Supported_OS.gif)

MCE utilizes the following modules:

Expand Down

0 comments on commit 9a67927

Please sign in to comment.