about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-28 12:55:17 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-29 12:34:58 -0800
commit50fb5151bd44137adace51a0652f4d01d851790c (patch)
treef462bea8e06081d8730b95f1b55bdabd172bce9c /Documentation
parentc0187f8978919df981806b5b9830873ec0e3f990 (diff)
downloadrainbows-50fb5151bd44137adace51a0652f4d01d851790c.tar.gz
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/comparison.haml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/comparison.haml b/Documentation/comparison.haml
index aedbe9a..27ca97a 100644
--- a/Documentation/comparison.haml
+++ b/Documentation/comparison.haml
@@ -71,6 +71,13 @@
     %td.r19 Yes
     %td.rbx No
     %td.slow Yes
+  %tr.comp_base
+    %td.mod ActorSpawn
+    %td.tee Yes
+    %td.r18 Not yet
+    %td.r19 No
+    %td.rbx Yes
+    %td.slow Yes
 %ul
   %li
     RevThreadSpawn + 1.8 performance is being improved, follow
@@ -154,6 +161,11 @@
       %a(href="Rainbows/Fiber/IO.html") Rainbows::Fiber::IO
     %td.thr No
     %td.reent Yes
+  %tr.comp_base
+    %td.mod ActorSpawn
+    %td.slowio thread-safe Ruby
+    %td.thr Yes
+    %td.reent Yes
 
 %ul
   %li
@@ -238,6 +250,12 @@
     %td.app_pool Yes
     %td.lock No!
     %td.async Rainbows::Fiber{::IO,.sleep}
+  %tr.comp_row
+    %td.mod ActorSpawn
+    %td.devfd no-op
+    %td.app_pool Yes
+    %td.lock Yes
+    %td.async standard Ruby
 
 %ul
   %li