From: Jimmy Z. <cra...@co...> - 2007-02-21 04:20:00
|
The C,C# and Java, both light and full version are now released, in a few days the benchmark code will also be released, at that time, new benchmark reports will come out... if you downloaded 2.0 yesterday, I advise you to do it again... as today there is addition to the example directory containng code on how to use NodeRecorder... for those using the C version, there is a parseFile method that will make the coding a lot easier... There also will be articles coming out soon concerning the Xpath design and uses, as well as the new indexing feature ----- Original Message ----- From: "Rodrigo Cunha" <rn...@gm...> Cc: <vtd...@li...> Sent: Tuesday, February 20, 2007 12:10 PM Subject: Re: [Vtd-xml-users] Random Access Proposal (take 2) > Ok, so I see a new NodeRecorder. > > I didn't saw the internals of NodeRecorder yet, but I presume it's > lightweight, so I can instanciate a few thousands without major trouble > and keep them in my internal structures, right? > > I think you should introduce two new methods into NodeRecorder: > > VTDNav NodeRecorder.getNav(); > > int NodeRecorder.getPositionsCount(); > > Thanks, > > Rodrigo > > Jimmy Zhang wrote: >> the source forge shell service is down, the document for 2.0 is at >> http://www.ximpleware.com/doc/ >> ----- Original Message ----- From: "Rodrigo Cunha" <rn...@gm...> >> To: <vtd...@li...> >> Sent: Thursday, February 15, 2007 3:19 AM >> Subject: Re: [Vtd-xml-users] Random Access Proposal (take 2) >> >> >>> Well, just some ideas concerning what I think should be the nature of a >>> "context": >>> >>> - As light as possible to generate, manipulate and access (so just use a >>> simple context with minimun clutter). >>> - Comparable. >>> - Hashable efficiently (good and fast dispertion function). >>> - Possible to associate with VTDNav (so contains a pointer to VTDNav). >>> - Usable in another VTDNav (that's a tricky one, and unsafe, but makes >>> sense if you have various equal VTDNavs and a RMI-based system, so it >>> should be possible despite perhaps including dire warnings in the >>> documentation). >>> >>> Jimmy Zhang wrote: >>> >>> Yes, will try, but then again, there will always be a 2.1 :) >>> >>> >>> ------------------------------------------------------------------------- >>> >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> share your >>> opinions on IT & business topics through brief surveys-and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>> >>> _______________________________________________ >>> Vtd-xml-users mailing list >>> Vtd...@li... >>> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >>> >> >> >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |