[pdal-commits] [PDAL/PDAL] ed2ef5: no need to look up data record length after the he...

GitHub noreply at github.com
Fri Jun 1 13:04:50 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: ed2ef5b000ff15da477b686e68354d61893f8f34
      https://github.com/PDAL/PDAL/commit/ed2ef5b000ff15da477b686e68354d61893f8f34
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  no need to look up data record length after the header is written -- use our header's value instead


  Commit: e428d8a4c6364a76c148b43c592e7dd70e4846c7
      https://github.com/PDAL/PDAL/commit/e428d8a4c6364a76c148b43c592e7dd70e4846c7
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M include/pdal/GlobalEnvironment.hpp
    M src/GlobalEnvironment.cpp

  Log Message:
  -----------
  dont create the Python environment until we actually ask for it the first time


  Commit: 682e6688eb0f729ee12b129d1562a4169ffd4367
      https://github.com/PDAL/PDAL/commit/682e6688eb0f729ee12b129d1562a4169ffd4367
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  we cache the schema's bytesize -- use it


  Commit: 14a64a3b8eaa19db0ca04f8234a13c0c4f552004
      https://github.com/PDAL/PDAL/commit/14a64a3b8eaa19db0ca04f8234a13c0c4f552004
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  cache some variables so we don't have to look them up every point


  Commit: d5fc89fa3f1c899b2bbe6a9c564af350de4e4f84
      https://github.com/PDAL/PDAL/commit/d5fc89fa3f1c899b2bbe6a9c564af350de4e4f84
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  gah, don't use iequals for testing inside the critical path -- it was acquiring locks for the locale


  Commit: 1e49053124d902daa18795e80552a8211dd89394
      https://github.com/PDAL/PDAL/commit/1e49053124d902daa18795e80552a8211dd89394
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  the buffer size for the raw bytes for a single point doesn't need to be 1m big


Compare: https://github.com/PDAL/PDAL/compare/d726de3...1e49053


More information about the pdal-commits mailing list