Created
January 25, 2010 19:09
-
-
Save flavorjones/286126 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# My options when writing a gem containing non-Ruby code | |
# | |
| Your support burden | MRI? | Rubinius? | MacRuby? | JRuby? | Google App Engine? | | |
|-------------------------+------+-----------+----------+--------+--------------------| | |
| Two branches: FFI and C | YES | YES | YES | YES* | NO | | |
| Two branches: JVM and C | YES | YES | YES | YES | YES | | |
| One branch: FFI | YES* | NO-ish | NO | YES* | NO | | |
| One branch: C | YES | YES | YES | NO | NO | | |
| One branch: JVM | NO | NO | NO | YES | YES | | |
* Suboptimal performance relative to native C code or pure bytecode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment