From 0c55cbfa73ca1ebfa7e22dd0778d87249ae5b31b Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 19 Apr 2011 18:12:47 +0000 Subject: (svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%) --- src/pathfinder/yapf/yapf_node_rail.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pathfinder/yapf/yapf_node_rail.hpp') diff --git a/src/pathfinder/yapf/yapf_node_rail.hpp b/src/pathfinder/yapf/yapf_node_rail.hpp index 31149ec7c..275133bd8 100644 --- a/src/pathfinder/yapf/yapf_node_rail.hpp +++ b/src/pathfinder/yapf/yapf_node_rail.hpp @@ -291,7 +291,7 @@ typedef CYapfRailNodeT CYapfRailNodeExitDir; typedef CYapfRailNodeT CYapfRailNodeTrackDir; /* Default NodeList types */ -typedef CNodeList_HashTableT CRailNodeListExitDir; -typedef CNodeList_HashTableT CRailNodeListTrackDir; +typedef CNodeList_HashTableT CRailNodeListExitDir; +typedef CNodeList_HashTableT CRailNodeListTrackDir; #endif /* YAPF_NODE_RAIL_HPP */ -- cgit v1.2.3-54-g00ecf