POV-Ray : Newsgroups : povray.beta-test : Restructured Parser wants Testing : Re: Restructured Parser wants Testing Server Time
1 May 2024 02:57:38 EDT (-0400)
  Re: Restructured Parser wants Testing  
From: Kenneth
Date: 23 May 2018 15:20:00
Message: <web.5b05be376ca3c278a47873e10@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Please give this version a thorough shakedown, with focus on parsing:
>

(running my original 'city buildings' code-- which is not very 'efficient',
although that might be a good thing for this test. With 1500 buildings.)

No #read's, no #include's, LOTS of #macros as simple containers (under 64K), of
this general form...
           #macro HO_16()
           jpeg "building windows 16.jpg" interpolate 2
           #end

.....which are used repeatedly, another *large* macro, two functions, LOTS of
comments, LOTS of image_maps, lots of #while loops.

v3.7.0: 35.54 seconds parse time

v3.8 tokenizer: 34.29 seconds

Hmm, too close to call (probably because of all those un-cached #macros, in the
tokenizer version.)

And no bugs! Sorry!! :-P


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.