Re: [pygccxml-development] pyplusplus status
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-07-18 22:49:10
|
[snip] >>>Would it be useful to make the tutorial and howto a "live" document so >>>everyone can contribute, add questions, make changes? If so, what about >>>using a wiki so everyone can contribute and fix up the descrptions. >>> >>> >>Sounds like a good idea to me! >> >> > >I am not against this idea. I think that before we going to it we can improve >existing documentation, faqs and how to. I prefer to have only 1 >place, where user >have to look for documentation. > > Agreed, but what if the one place for the tutorial and faq was a wiki or something similar where users and developers could contribute and make comments? [snip] > > >>>>>- Cache parsing and preparing query optimizer. If the input has not >>>>>changed (the headers are the same) why do I have to wait for all the >>>>>processing of the declarations and query optimization each time. Can't >>>>>we cache all of that? >>>>> >>>>> >>>>Yes, but you can guess what the priority of this. Also I think that >>>>solution for this >>>>problem will be completely in the user code. >>>> >>>> >>Wouldn't that rather be located in the high level API where the queries >>are made? (if it's in the user code it would have to be duplicated with >>every new project) >> >> > >I think you missed the point. py++ can do( and may be some day will do ) the >dirty job of updating decl wrapper classes within a cache, but the cache >managment will be done completly from user code. > > > What do you mean by "cache management" will be done in user code. Do you just mean the user code will tell pyplusplus what things to cache and where the cache is and then it will be up to pyplusplus to read and update the cache? -Allen |