about summary refs log tree commit homepage
path: root/Documentation/comparison.haml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/comparison.haml')
-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