Looking at http://code.google.com/p/android-ruby/, it is an interpreted
language on top of a mix of bytecompiled and native code. (So, slightly
worse than other environments, where it is simply interpreted+native.)

Puppet, being an interpreter in it's own right written in ruby, adds another
layer of same..

Is there something I'm missing? (As an aside, 50 megs - only 3 shared -
seems to be fairly standard for memory use when idle. That -screams- "not
made for embedded" :) ..)

On Tue, Aug 10, 2010 at 7:19 PM, Daniel Pittman <dan...@rimspace.net> wrote:

> Disconnect <dc.disconn...@gmail.com> writes:
>
> > Nothing that involves ruby counts as "scaling it down". At that point,
> you
> > have so much spare ram and cpu that you are trying to use it all up
> > somehow..
> >
> > (That isn't a cut on ruby, although it does seem to be a little less
> > efficient than, say, perl. The same thing would apply to any large
> > interpreted language, and doubly so for something like puppet where you
> are
> > basically nesting interpreted environments inside each other...)
>
> That last isn't fair: Ruby on Android is native ARM code, talking to a
> different display layer.  It should be no less efficient than Ruby without
> any
> of the Android bits on ARM.
>
>        Daniel
>
> --
> ✣ Daniel Pittman            ✉ dan...@rimspace.net            ☎ +61 401 155
> 707
>               ♽ made with 100 percent post-consumer electrons
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to