Build mkgmap/splitter #22
Commit: 447 by gerd
Branch: refactoring2
Time: 28 Nov 2016, 3:13 p.m.
Passed
Total time: 1 min 3 sec
- remove SparseLong2ShortMapHuge,
- let SparseLong2ShortMapInline and SparseLong2IntMap use nearly the same code
The code in SparseLong2ShortMapHuge was introduced to fix a problem with large input files which write a huge number of nodes into the same area. This happens e.g.
with SRTM data or when you split planet with --num-tiles=2.
The new code uses a better trick to circumvent this problem and thus has a smaller memory footprint.
-
java=jdk8, python=default
Passed
32 sec
-
java=openjdk8, python=default
Passed
30 sec