performance
This commit is contained in:
parent
51ff1b8482
commit
ffedd2e581
4 changed files with 119 additions and 55 deletions
|
|
@ -11,7 +11,7 @@ import btools.util.ByteArrayUnifier;
|
|||
|
||||
public final class OsmNodesMap
|
||||
{
|
||||
private HashMap<OsmNode,OsmNode> hmap = new HashMap<OsmNode,OsmNode>();
|
||||
private HashMap<OsmNode,OsmNode> hmap = new HashMap<OsmNode,OsmNode>(4096);
|
||||
|
||||
private ByteArrayUnifier abUnifier = new ByteArrayUnifier( 16384, false );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue