Attempt to improve perfomance
This commit is contained in:
@@ -26,7 +26,7 @@ data PathGraph = PathGraph
|
||||
{ _pgGraph :: Gr Point2 PathEdge
|
||||
, _pgNodeMap :: Map Point2 Int
|
||||
, _pgNodeCount :: Int
|
||||
, _pgEdgeMap :: Map (V2 Point2) (Int, Int, PathEdge)
|
||||
, _pgEdgeMap :: Map (V2 Point2) PathEdgeNodes
|
||||
}
|
||||
deriving (Eq, Show, Read) --, Generic)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user