[JPP-Devel] SVN: [5479] core/trunk/src/com/vividsolutions/jump/workbench/ui/ AttributeTablePanel.java

2017-07-30 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5479 http://sourceforge.net/p/jump-pilot/code/5479 Author: edso Date: 2017-07-30 15:58:14 + (Sun, 30 Jul 2017) Log Message: --- fix a nifty bug, where milliseconds always showed the seconds in default format eg. 01:02:03.004 became 01:02:03.003 Modified Paths

[JPP-Devel] SVN: [5480] core/trunk/src/com/vividsolutions/jump/util/ FlexibleDateParser.java

2017-07-30 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5480 http://sourceforge.net/p/jump-pilot/code/5480 Author: edso Date: 2017-07-30 16:02:21 + (Sun, 30 Jul 2017) Log Message: --- add a static default instance getter for performance reasons Modified Paths: -- core/trunk/src/com/vividsolutions/ju

[JPP-Devel] SVN: [5481] core/trunk/src/com/vividsolutions/jump/io/datasource/ ReaderWriterFileDataSource.java

2017-07-30 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5481 http://sourceforge.net/p/jump-pilot/code/5481 Author: edso Date: 2017-07-30 16:11:49 + (Sun, 30 Jul 2017) Log Message: --- add a log info output how long loading a specific file datasource took Modified Paths: -- core/trunk/src/com/vivids

[JPP-Devel] SVN: [5482] core/trunk/src/com/vividsolutions/jump

2017-07-30 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5482 http://sourceforge.net/p/jump-pilot/code/5482 Author: edso Date: 2017-07-30 16:26:14 + (Sun, 30 Jul 2017) Log Message: --- speeding up JML/GML reader when reading time attributes by parsing them lazy (during access later) - adding FlexibleFeature, Flexibl

Re: [JPP-Devel] Slow parsing of JML files

2017-07-30 Thread edgar . soldin
Jukka, can you try r4682? > Log Message: > --- > speeding up JML/GML reader when reading time attributes by parsing them lazy > (during access later) > - adding FlexibleFeature, FlexibleFeatureSchema > - porting GMLReader to use the flexible classes ..ede On 7/29/2017 22:50, Rahkonen J

Re: [JPP-Devel] Slow parsing of JML files

2017-07-30 Thread edgar . soldin
Jukka, sorry, r5482 is the latest. commit msg stays the same. ..ede On 7/30/2017 18:44, edgar.sol...@web.de wrote: > Jukka, > > can you try r4682? > >> Log Message: >> --- >> speeding up JML/GML reader when reading time attributes by parsing them lazy >> (during access later) >> - addi

Re: [JPP-Devel] Slow parsing of JML files

2017-07-30 Thread Michaƫl Michaud
Hi Ede, I can confirm what you say. On a file with 1M simple shapes + 6 string attributes + 1 date attribute shp : 23s (same time with or without attributes, 19s if the file set has no shx) jml : *18s* (17s without the date and *5mn with the date and before your optimization !!!*) json :