Commit Graph

6 Commits

Author SHA1 Message Date
71c18e44e1 Implement day 21. 2018-12-21 13:55:39 +01:00
1355a05d2c Implement day 20. 2018-12-20 14:21:20 +01:00
f5058453bf Benchmarking for day 19. 2018-12-19 11:58:31 +01:00
ea31a088b0 Merge branch '2018-benchmarking' 2018-12-18 16:22:34 +01:00
477aaccc54 Use a macro for benchmarking.
With this macro the code needed for a new benchmark is minimal, but not
small enough IMO. Unfortunately, a better version would require
concat_ident, which is not going to happen soon.
2018-12-18 15:54:11 +01:00
cc72c481cc Initial work on writing benchmarks. 2018-12-18 13:56:34 +01:00