[pdal-commits] [PDAL/PDAL] 719942: Get rid of std::vector in copyLikeDimenions, use a...
GitHub
noreply at github.com
Sun Jan 26 08:31:54 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 71994209a57286ef29254c7327f1b164df65fabe
https://github.com/PDAL/PDAL/commit/71994209a57286ef29254c7327f1b164df65fabe
Author: Uday Verma <uday.karan at gmail.com>
Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths:
M src/PointBuffer.cpp
Log Message:
-----------
Get rid of std::vector in copyLikeDimenions, use a local array instead
Commit: cc9379607933e1c8f26d26237d88cda9944dee57
https://github.com/PDAL/PDAL/commit/cc9379607933e1c8f26d26237d88cda9944dee57
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-26 (Sun, 26 Jan 2014)
Changed paths:
M include/pdal/Schema.hpp
M src/PointBuffer.cpp
M src/Schema.cpp
M src/drivers/oci/Reader.cpp
M test/unit/PointBufferTest.cpp
Log Message:
-----------
memoize the encoded offset vector into schema::DimensionMap so it is updated every time a pair is inserted rather than every time copyLikeDimensions is called
Compare: https://github.com/PDAL/PDAL/compare/bf2254f6389e...cc9379607933
More information about the pdal-commits
mailing list