File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 36
36
4.532ns per iteration / 220663.09 per second.
37
37
-}
38
38
39
- {-# LANGUAGE CPP #-}
40
- {-# LANGUAGE ScopedTypeVariables #-}
39
+ {-# LANGUAGE CPP, ScopedTypeVariables #-}
41
40
#if __GLASGOW_HASKELL__ >= 708
42
41
43
- import Data.Graph.Inductive.Graph
44
- import qualified Data.Graph.Inductive.Tree as AVL
42
+ import Control.DeepSeq
43
+ import Data.Foldable (foldl' )
44
+ import Data.Graph.Inductive.Graph
45
45
import qualified Data.Graph.Inductive.PatriciaTree as Patricia
46
- import Microbench
47
- import Data.Foldable (foldl' )
48
- import Control.DeepSeq
49
- import Data.Proxy
46
+ import qualified Data.Graph.Inductive.Tree as AVL
47
+ import Data.Proxy
48
+ import Microbench
50
49
51
50
main :: IO ()
52
51
main = do microbench " insNode into AVL tree" insNodeAVL
You can’t perform that action at this time.
0 commit comments