Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
It seems like an oversight to mention that the memory trade-off is low on REE when today's `gemspec` contains `s.required_ruby_version = '>= 1.9.3'`.
  • Loading branch information
dwo committed May 26, 2015
1 parent 6db4cbd commit a4df0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Processes/Threads are workers, they grab the next piece of work when they finish
- Speedup through multiple CPUs
- Speedup for blocking operations
- Protects global data
- Extra memory used ( very low on [REE](http://www.rubyenterpriseedition.com/faq.html) through `copy_on_write_friendly` )
- Extra memory used
- Child processes are killed when your main process is killed through Ctrl+c or kill -2

### Threads
Expand Down

0 comments on commit a4df0c3

Please sign in to comment.