Speed up dbf reading when the target charset is not multibyte
-------------------------------------------------------------

                 Key: GEOT-2683
                 URL: http://jira.codehaus.org/browse/GEOT-2683
             Project: GeoTools
          Issue Type: Improvement
          Components: data shapefile
    Affects Versions: 2.6-M2
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.6-M2


Decoding the bytes of the dbf row into chars is one of the most expensive 
operations the shapefile reader is doing (when the dbf is opened at all, that 
is).
This is due to che usage of the Decoder class, which is pretty generic.
A custom code path that just assumes the 1-1 byte-char correspondance is quite 
a bit faster (15-20% overall while reading statepop.shp)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to