[Rubies] Equivalente a Psyco en Ruby

0 views
Skip to first unread message

Giuseppe Luigi Punzi Ruiz

unread,
Oct 7, 2008, 4:13:35 PM10/7/08
to rub...@listas.escomposlinux.org
Hola a todos,

Un amigo y yo estamos indagando en el lenguaje Ruby, y nos gustaría saber si existe algo como Psyco pero para Ruby?

Psyco is a specializing just-in-time compiler for Python developed by Armin Rigo.
Psyco is a Python extension module which can massively speed up the execution of any Python code.


Un saludo y gracias.

DaVinci

unread,
Oct 7, 2008, 4:29:44 PM10/7/08
to rub...@listas.escomposlinux.org
El martes 07 de octubre, Giuseppe Luigi Punzi Ruiz escribió:

> Hola a todos,
>
> Un amigo y yo estamos indagando en el lenguaje Ruby, y nos gustaría
> saber si existe algo como Psyco pero para Ruby?

No sé si existirá algún proyecto experimental, pero nada serio por el
momento. Sí hay mucho movimiento para hacer otros intérpretes que
mejoren el rendimiento. La propia versión 1.9 de Ruby es más eficiente
que la 1.8 y se prometen nuevas mejoras para el futuro.

Un saludo.

David
_______________________________________________
Rubies mailing list
Rub...@listas.escomposlinux.org
https://listas.escomposlinux.org/mailman/listinfo/rubies

javier ramirez

unread,
Oct 7, 2008, 4:43:44 PM10/7/08
to Giuseppe Luigi Punzi Ruiz, rub...@listas.escomposlinux.org
Hola,

> Un amigo y yo estamos indagando en el lenguaje Ruby, y nos gustaría
> saber si existe algo como Psyco pero para Ruby?
>
> *Psyco* is a specializing
> <http://en.wikipedia.org/wiki/Run-time_algorithm_specialisation> just-in-time
> compiler
> <http://en.wikipedia.org/wiki/Just-in-time_compiler> for Python
> <http://en.wikipedia.org/wiki/Python_%28programming_language%29> developed
> by Armin Rigo.
> *Psyco* is a Python extension module which can massively speed up the
> execution of any Python code.

Jruby hace eso, compilando el código ruby a bytecode que puede correr
directamente sobre la máquina virtual de Java. Para algunas cosas, ya es
más rápido que ruby MRI.

saludos,

j

--
javier ramírez

..i do ruby on rails development in madrid, spain, at http://www.aspgems.com
..you can find out more about me on http://formatinternet.wordpress.com
and http://workingwithrails.com/person/5987-javier-ramirez

Reply all
Reply to author
Forward
0 new messages