direct weaving/escape-analysis
This commit is contained in:
parent
661a09817a
commit
9f6878f891
9 changed files with 482 additions and 45 deletions
|
|
@ -164,9 +164,7 @@ final class OsmFile
|
|||
return new MicroCache2( dataBuffers, lonIdx, latIdx, divisor, wayValidator, waypointMatcher );
|
||||
}
|
||||
new DirectWeaver( dataBuffers, lonIdx, latIdx, divisor, wayValidator, waypointMatcher, hollowNodes );
|
||||
MicroCache dummy = MicroCache.emptyCache();
|
||||
dummy.virgin = false;
|
||||
return dummy;
|
||||
return MicroCache.emptyNonVirgin;
|
||||
}
|
||||
throw new IOException( "checkum error" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue