Mercurial > code > home > repos > homeauto
log
age | author | description |
---|---|---|
Wed, 08 Sep 2021 18:32:11 -0700 | drewp | attempted to rewrite with CandidateTermMatches but it broke |
Mon, 06 Sep 2021 23:26:07 -0700 | drewp | plans regarding this rewrite |
Mon, 06 Sep 2021 23:23:43 -0700 | drewp | optimization: stream stmts instead of building a Graph |
Mon, 06 Sep 2021 23:20:23 -0700 | drewp | change a Graph.__sub__ to Set.difference in verify() for a big speedup |
Mon, 06 Sep 2021 23:04:34 -0700 | drewp | refactor: inline an odometer algorithm in place of itertools.product |
Mon, 06 Sep 2021 23:03:51 -0700 | drewp | forget GRAPH_ID optimization in this case |
Mon, 06 Sep 2021 18:39:38 -0700 | drewp | mark skipped tests. move applyRule into Rule. minor cleanups. |