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

[REBOL] Re: New competition: do you accept the challenge?! :-)

From: moliad:gmai:l at: 7-Nov-2007 17:54

in this case, if you want to make rebol shine, you simply create a system which relies on Parse. I did a client which replied faster than the server was able to handle. The server is C I am using a single 4000 line parse rule, which has error reporting at failure points and almost every single item in the stream comming in is either optional or variable length. my xml engine is twice as fast as Firefox and takes up 10 times less ram! and its a two parse process on top of it! If I merged the second tier rules within the first (although brain damaging to attempt ;-) The speed might increase a lot again. -MAx On 11/7/07, Alessandro Manotti <ale870-gmail.com> wrote: