Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: PalmOS Support

From: agem:crosswinds at: 25-May-2001 2:16

>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 24.05.01, 05:54:25, schrieb Petr Krenzelok <[Petr--Krenzelok--trz--cz]> zum Thema [REBOL] Re: PalmOS Support:
> Petr Krenzelok wrote: > > > I find it hard to imagine that a product as resource efficient as
Rebol
> > > cannot find their way into a Palm. Everyone else is. > > > > > > > I am not sure Rebol is resource efficient. 500Kb size of executable
doesn't
> > mean Rebol is not unpacked or memory hungry. I remember some earlier
View
> > memory test and I am not sure we were not talking 25 MB memory usage
with some
> > scripts. > > > > It would be fine if someone could do some measurements for Core and
View,
> replying to my own script - DocKimbel has some interesting script at: > http://rebol.dhs.org/mem-watch.r > run some script and then just type "mem-watch" in console ...
[rebol[] view layout[ mem-watch: field green rate 1 feel [ engage: func [face a e] [face/text: reform [system/stats / 1024 "KB"] show face] ] with [append init [size: size * 3x1 / 5x1] ] ] ] :) Volker