$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel de guzman (djowel_at_[hidden])
Date: 2002-01-17 15:40:15
----- Original Message -----
From: "joel de guzman" :
> So the numbers don't lie. In terms of code size,
> Spirit outperforms Gennadiy's code hand written code.
> 146K vs 180K in this trivial example.
>
BTW. I preprocessed both files and the Spirit version is 1MB (v1.3)
and 843K (v1.2) [ this includes the standard libs ]
*** This should drop considerably when spirit-core is isolated ***
while the hand-coded tokenizer version is 793K
[ also includes the standard libs ]
Regards,
--Joel