equal
deleted
inserted
replaced
109 |
109 |
110 |
110 |
111 // testcases |
111 // testcases |
112 // |
112 // |
113 // optimise(load_bff("benchmark.bf")) // should have inserted 0's |
113 // optimise(load_bff("benchmark.bf")) // should have inserted 0's |
114 // optimise(load_bff("mandelbrot.bf")).length // => 11203 |
114 // optimise(load_bff("mandelbrot.bf")).length // => 11205 |
115 // |
115 // |
116 // time_needed(1, run3(load_bff("benchmark.bf"))) |
116 // time_needed(1, run3(load_bff("benchmark.bf"))) |
117 |
117 |
118 |
118 |
119 |
119 |