Skip to content

Commit

Permalink
Update comparison table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Aug 16, 2014
1 parent 09c6c00 commit 6c0abca
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,12 @@ pjs -m 'length' -r max file

## Comparison

| Features | pjs | pythonpy | pru |
|-----------------------|---------|-----------|------------|
| Streaming | Yes | No | Yes |
| Implementation | Streams | Iterables | Generators |
| Easy JSON output | Yes | No | No |
| Webscale<sup>TM</sup> | YES | No | No |
| Features | pjs | pythonpy | pru |
|-----------------------|------------|------------------------|------------|
| Language | JavaScript | Python | Ruby |
| Streaming | Yes | Limited <sup>[1]</sup> | Yes |
| Implementation | Streams | Iterables | Generators |
| Easy JSON output | Yes | No | No |
| Webscale<sup>TM</sup> | YES | No | No |

<sub>[1] Can't perform "tail -f logfile | py -x x"</sub>

0 comments on commit 6c0abca

Please sign in to comment.