Skip to content

Commit

Permalink
Notes on directory structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Feb 6, 2015
1 parent fc8bcd4 commit 6508038
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -15,3 +15,15 @@ A Swiss Army asynchronous control flow function for JavaScript.
To learn everything you want to know about Cadence start here:

http://bigeasy.github.io/cadence

Structure

`./cadence.js` ~ Outgoing Cadence library. Used in production, but performance
is not what it should be. Cadence Redux forgoes the overloading of the `async`
function with special parameters, adds functionality using the `async` function
as a namespace for special operations like `async.forEach` and `async.map`.

`./redux.js` ~ Build to this. It is the bomb.

`./_redux.js` ~ The previous version of Cadence Redux. Used for benchmarking
incremental performance improvements.

0 comments on commit 6508038

Please sign in to comment.