|
Re: Fusion-ifying proto parse trees: msg#00067parsers.spirit.devel
Eric Niebler wrote:
You spend more time traversing the nodes than in the one-time-only construction. That's why. Consider a trivial parser: parse(f,l, int_ >> *(',' >> int_)); You construct the parser only once, but you traverse the parser nodes N times. And N can be significant in a lot of cases. Megabytes of stuff to parse is not unimaginable. It would also be nice to see the App footprint, but I guess it's Code size, I think. But forget that for now. Cheers, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Fusion-ifying proto parse trees: 00067, Eric Niebler |
|---|---|
| Next by Date: | Re: Fusion-ifying proto parse trees: 00067, Eric Niebler |
| Previous by Thread: | Re: Fusion-ifying proto parse treesi: 00067, Eric Niebler |
| Next by Thread: | Re: Fusion-ifying proto parse trees: 00067, Eric Niebler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |