chiark / gitweb /
WIP routesearch; next optimisation to do (callgrind says SQL is 50%)
[ypp-sc-tools.web-live.git] / yarrg / TODO
index bbfbb6e2a8a536b7c68e848b3e0dee40e0438984..28df53f9f430c8e93bdc3be5f5fa5471fa152aa4 100644 (file)
@@ -1,39 +1,47 @@
-UPLOADER
---------
+route optimiser
+ performance improvements
+ - select * from buy, sell where
+       buy.commodid==sell.commodid and buy.price > sell.price;
+    and cache the results in core
+ - same for ite
+ - fast version of rsvalue.c ?
+       time ./routesearch -DN 13460 20210 -1 0.005 search 30 7
+       46.478s without -DN
+        9.923 9.920 10.026 9.963 10.072 with -DN
+        9.905 9.935  9.948 9.916  9.997 with debugging compiled right out
 
-fix uploader to work with ceb's desktop and laptop
+create index sell_by_islandonly on sell (islandid, commodid, price);
 
-bug report from fivemack
 
-pager scrollbar distance moved check
 
-more flexible installation arrangements
+UPLOADER
+--------
 
+detect all unexpected mouse movements
 
-DATABASE/DICTIONARY MANAGER
----------------------------
+more flexible installation arrangements
 
-master-info sanitiser (new master-info with distances hints etc. is
- no good for old clients and clients don't need all that stuff anyway)
+figure out why pctb.ilk.org isn't working
 
-yppedia distance scraper finish
-yppedia distance hints
+windows uploader
 
-commodity mass/volume in live database
+DATABASE/DICTIONARY MANAGER
+---------------------------
 
-eliminate black dye
+eliminate black dye from live database
 
 when update rejected print better error message including
  broken commodity name
 
+notice commodities deleted from source-info and warn about them
+
+support Opal and Jade (currently there are some unicode problems)
 
 WEBSITE
 -------
 
-multi-visit routes / circular routes
-
-adjustable potential cost of losses (rather than fixed 1e-BIG per league)
+allow unticking based on minimum margin or minimum profit
 
 initial/final stocks feature
 
-max volume/mass
+printable voyage trading plan