Re: [Scid-users] Optimization and new format

2009-07-09 Thread Alexander Wagner
Pascal Georges wrote: Hi! > I will stick to my first plan. The conversion from v3 to > v4 takes 10 seconds for 4M games (!). And the PGN format > is still there. These are not the points. > If v3 is still useful, then v4 is a failure. This mixes "useful" with "useful". One useful refers to a

Re: [Scid-users] Optimization and new format

2009-07-08 Thread Pascal Georges
2009/7/8 Joost 't Hart > Yep, sorry to bother. > > One of those reasons why I would like to have a decent 'make depend' added. > I commited a new Makefile.conf, with no decent 'make depend' (static one generated with gcc -MM) because I could not write one. Any help is welcome here. Pascal -

Re: [Scid-users] Optimization and new format

2009-07-08 Thread Joost 't Hart
Yep, sorry to bother. One of those reasons why I would like to have a decent 'make depend' added. Thanks, Joost. Pascal Georges wrote: > make clean ? > > 2009/7/8 Joost 't Hart > > > Hi, > > It seems the build is (partially) broken: > > src/pgnscid.o:

Re: [Scid-users] Optimization and new format

2009-07-08 Thread Pascal Georges
2009/7/7, Alexander Wagner : >> After Scid 3.7.4 I will move to Scid 4.0, where the new >> format will be the reference (any v3 base will have to be >> converted to the new v4 format, it will no longer be >> possible to work with the v3 format). There will be no >> code in Scid v4 handling v3 file

Re: [Scid-users] Optimization and new format

2009-07-07 Thread Pascal Georges
make clean ? 2009/7/8 Joost 't Hart > Hi, > > It seems the build is (partially) broken: > > src/pgnscid.o: In function `main': > pgnscid.cpp:(.text+0x49a): undefined reference to `Index::AddGame(unsigned > int*, IndexEntry*)' > > ? or ! > > Cheers, > Joost. > > PS: Soon I'll have some time avail

Re: [Scid-users] Optimization and new format

2009-07-07 Thread Joost 't Hart
Hi, It seems the build is (partially) broken: src/pgnscid.o: In function `main': pgnscid.cpp:(.text+0x49a): undefined reference to `Index::AddGame(unsigned int*, IndexEntry*)' ? or ! Cheers, Joost. PS: Soon I'll have some time available to revisit the memory checker. p. Pascal Georges wr

Re: [Scid-users] Optimization and new format

2009-07-07 Thread Alexander Wagner
Pascal Georges wrote: Hi! > Unhappy with my latest changes in base format (Scid 4), I went to > optimize Scid's code and now some functions (a few) are 3 times faster > for both formats (for example Tag stripping). I committed my changes in > CVS and given that some important code has been mod

[Scid-users] Optimization and new format

2009-07-07 Thread Pascal Georges
Hi, Unhappy with my latest changes in base format (Scid 4), I went to optimize Scid's code and now some functions (a few) are 3 times faster for both formats (for example Tag stripping). I committed my changes in CVS and given that some important code has been modified, please report any bug when