summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-01-24 17:30:53 +0000
committerKornel <kornel@geekhood.net>2019-01-24 17:30:53 +0000
commitc1304e62da6a6de788b26cf4406be0c122e5294e (patch)
treec99298051723a4e719314afe64b8b0cbabb065d1 /categories/src
parent1fd3fa0b420811b71c1cba2bb0436e8b3b27ea3c (diff)
Category tuning
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/tuning.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/categories/src/tuning.rs b/categories/src/tuning.rs
index f12474d..4afa232 100644
--- a/categories/src/tuning.rs
+++ b/categories/src/tuning.rs
@@ -236,7 +236,11 @@ lazy_static! {
(Cond::NotAny(&["ethereum", "ethcore", "bitcoin", "monero", "coinbase", "litecoin", "bitfinex", "parity", "ledger",
"nanocurrency", "stellar", "coin", "wallet", "bitstamp"]),
&[("cryptography::cryptocurrencies", 0.6, 0.)]),
- (Cond::Any(&["ethereum", "ethcore", "bitcoin", "monero", "coinbase", "litecoin", "bitfinex", "nanocurrency"]),
+ (Cond::Any(&["ethereum", "ethcore", "bitcoin", "monero"]),
+ &[("cryptography::cryptocurrencies", 1.7, 0.8), ("science::math", 0.8, 0.), ("data-structures", 0.7, 0.), ("cryptography", 0.6, 0.), ("database-implementations", 0.7, 0.),
+ ("database", 0.3, 0.), ("email", 0.6, 0.), ("value-formatting", 0.7, 0.), ("algorithms", 0.9, 0.), ("embedded", 0.8, 0.), ("no-std", 0.4, 0.), ("development-tools::cargo-plugins", 0.7, 0.),
+ ("command-line-utilities", 0.8, 0.), ("development-tools::testing", 0.7, 0.), ("development-tools", 0.6, 0.), ("date-and-time", 0.4, 0.)]),
+ (Cond::Any(&["coinbase", "litecoin", "bitfinex", "nanocurrency"]),
&[("cryptography::cryptocurrencies", 1.7, 0.8), ("science::math", 0.8, 0.), ("data-structures", 0.7, 0.), ("cryptography", 0.6, 0.), ("database-implementations", 0.7, 0.),
("database", 0.3, 0.), ("email", 0.6, 0.), ("value-formatting", 0.7, 0.), ("algorithms", 0.9, 0.), ("embedded", 0.8, 0.), ("no-std", 0.4, 0.), ("development-tools::cargo-plugins", 0.7, 0.),
("command-line-utilities", 0.8, 0.), ("development-tools::testing", 0.7, 0.), ("development-tools", 0.6, 0.), ("date-and-time", 0.4, 0.)]),