File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1926,21 +1926,21 @@ parse = V.fromList . map V.fromList . lines
1926
1926
### Day 19 Benchmarks
1927
1927
1928
1928
```
1929
- >> Day 18a
1929
+ >> Day 19a
1930
1930
benchmarking...
1931
- time 450.8 μs (393.3 μs .. 540.9 μs )
1932
- 0.898 R² (0.849 R² .. 0.992 R²)
1933
- mean 426.0 μs (403.0 μs .. 476.6 μs )
1934
- std dev 102.4 μs (39.56 μs .. 179.0 μs )
1935
- variance introduced by outliers: 95 % (severely inflated)
1931
+ time 31.26 ms (30.37 ms .. 31.99 ms )
1932
+ 0.993 R² (0.978 R² .. 0.999 R²)
1933
+ mean 31.22 ms (30.63 ms .. 32.06 ms )
1934
+ std dev 1.569 ms (661.8 μs .. 2.179 ms )
1935
+ variance introduced by outliers: 17 % (moderately inflated)
1936
1936
1937
- >> Day 18b
1937
+ >> Day 19b
1938
1938
benchmarking...
1939
- time 232.5 ms (208.6 ms .. 252.2 ms)
1940
- 0.991 R² (0.962 R² .. 1.000 R²)
1941
- mean 232.9 ms (224.5 ms .. 240.3 ms)
1942
- std dev 10.83 ms (7.343 ms .. 13.68 ms)
1943
- variance introduced by outliers: 14 % (moderately inflated)]
1939
+ time 28.87 ms (13.57 ms .. 37.24 ms)
1940
+ 0.598 R² (0.127 R² .. 0.898 R²)
1941
+ mean 47.90 ms (38.97 ms .. 60.18 ms)
1942
+ std dev 19.34 ms (13.19 ms .. 27.93 ms)
1943
+ variance introduced by outliers: 92 % (severely inflated)
1944
1944
```
1945
1945
1946
1946
Day 20
Original file line number Diff line number Diff line change 1
1
module AOC2017.Day19 (day19a , day19b ) where
2
2
3
3
import AOC2017.Types (Challenge )
4
- import Control.Applicative (many , empty )
4
+ import Control.Applicative (many )
5
5
import Control.Lens (ix , (^?) )
6
6
import Control.Monad (guard )
7
7
import Control.Monad.Trans.Class (lift )
You can’t perform that action at this time.
0 commit comments