Commit graph

11 commits

Author SHA1 Message Date
c6676c6681 Allow loading the DB without loading the merge bounds.
There are so many that it's a waste of memory and time to load those if they are not needed.
2021-02-21 00:01:38 +01:00
bcd3818929 Fix combine bound axis not being part of primary key
This did not impact results, as it only resulted in looser bounds and some bounds not being stored.
2021-02-15 16:45:10 +01:00
58c35762a2 Add subcity optimization 2021-02-12 04:07:42 +01:00
083d6a97b9 Add in-memory only databases 2021-02-11 12:00:55 +01:00
affb99472c Cache lowest bounds for combining pairs 2021-01-17 20:27:42 +01:00
dacb278ef3 Add a cache; only try combining while merges lower price 2021-01-13 21:45:50 +01:00
2b08da0809 Combining forever; adding to DB 2021-01-13 02:00:32 +01:00
5b10766ab9 Combination early implementation (vertical line) 2021-01-12 01:19:40 +01:00
9bd654a8e6 Draw from the layout DB 2021-01-11 05:25:40 +01:00
8e526c8c17 Add a tool for importing logs to the DB 2021-01-11 04:37:09 +01:00
e819099f92 Add an SQLite DB for layouts 2021-01-11 03:50:55 +01:00