Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    e4883f46
    OMF: Update storage procedure for coordinates · e4883f46
    Studer Gabriel authored
    Coordinates are delta encoded. That means the first element corresponds
    to the first coordinate and all the following elements are the
    respective diffs. The first element is potentially much larger than
    the rest and can cause excessive integer packing due to overflows.
    This change stores that first element separately.
    e4883f46
    History
    OMF: Update storage procedure for coordinates
    Studer Gabriel authored
    Coordinates are delta encoded. That means the first element corresponds
    to the first coordinate and all the following elements are the
    respective diffs. The first element is potentially much larger than
    the rest and can cause excessive integer packing due to overflows.
    This change stores that first element separately.