[pdal-commits] [PDAL/PDAL] 7b263e: perf fix from Oscar, for issue #633

GitHub noreply at github.com
Fri Nov 28 05:37:10 PST 2014


  Branch: refs/heads/issue633-pointbufferperf
  Home:   https://github.com/PDAL/PDAL
  Commit: 7b263e7165078b3ba72d89a709988df9df974a1b
      https://github.com/PDAL/PDAL/commit/7b263e7165078b3ba72d89a709988df9df974a1b
  Author: Michael P. Gerlek <mpg at flaxen.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

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

  Log Message:
  -----------
  perf fix from Oscar, for issue #633

"Refactored formerly private getFieldInternal(dim, idx) to be public
getField(dim, idx) since it can be useful to external code when type
desired matches the native stored type. This avoids calling
getFieldAs() unnecessarily in time-critical app since type is already
known."




More information about the pdal-commits mailing list