Skip to content

Commit

Permalink
Documentation formatting & add links to online documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jace A Mogill committed Feb 16, 2016
1 parent 8af6d67 commit f276696
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Docs/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

<body>
<script>
var useGA = true
if(useGA) {
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
Expand All @@ -64,10 +63,10 @@
<span style="vertical-align:middle;"> Synthetic Semantics</span>
</a>
</div>
<div style="padding-left:3%; font-size:1.2em;">
<div style="padding-left:3%; font-size:1.7em;">
<a href="index.html"> Overview of EMS </a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="reference.html"> API Reference </a>
<a href="reference.html"> API Documentation </a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a href="https://www.npmjs.org/package/ems"> Node.js NPM </a>
&nbsp;&nbsp;|&nbsp;&nbsp;
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OSX | Linux | Node 4.1, 4.0, 0.12, 0.11, 0.10, iojs:
[![NPM](https://nodei.co/npm/ems.png?downloads=true&stars=true&downloadRank=true)](https://www.npmjs.org/package/ems)
[![NPM](https://nodei.co/npm-dl/ems.png?months=1&height=3)](https://www.npmjs.com/package/ems)

### [API Documentation](http://syntheticsemantics.com/EMS.js/reference.html) [EMS Website](http://syntheticsemantics.com/EMS.js)

# Extended Memory Semantics (EMS)
___EMS makes possible shared memory parallelism in Node.js (and soon Python)___.

Expand Down Expand Up @@ -59,10 +61,13 @@ currently available in user defined modes.

+ __Basic Operations__:
Read, write, readers-writer lock, read full/empty, write empty/full

+ __Primitives__:
Stacks, queues, transactions

+ __Atomic Read-Modify-Write__:
Fetch-and-Add, Compare and Swap

+ __Collective Operations__:
All basic [OpenMP](https://en.wikipedia.org/wiki/OpenMP)
collective operations are implemented in EMS:
Expand Down

0 comments on commit f276696

Please sign in to comment.