logo separator

Build mkgmap/splitter #82

Commit: 507 by gerd
Branch: refactoring2
Time: 11 Dec 2016, 1:43 p.m.
Failed
Total time: 1 min 13 sec

Improve memory footprint in SparseLong2IntMap Each chunk of 64 int values is stored as a byte array and one long for the mask. The byte array is compressed using Run Length Encoding and Delta Encoding. Typically this requires fewer bytes than the SparseLong2ShortMap.

  • java=jdk8, python=default
    Failed
    41 sec
  • java=openjdk8, python=default
    Failed
    31 sec

Latest commits

  • mkgmap-r4922 improve AngleChecker to fix wrong or missing routing hints where roads are spltting or crossing at sharp angles..
    31 aug 2024
  • mkgmap-r4921 fix split() so that there are no gaps between the 4 children.
    10 jun 2024
  • mkgmap-r4920 update file sizes in unit tests, no functional change.
    10 jun 2024
  • splitter-r654 - add note that splitter doesn't handle holes in *.poly files.
    05 apr 2024
  • mkgmap-r4919 Avoid possible integer overflow in blocksize calculation when gmapsupp contains large number of tiles.
    04 apr 2024
See more...