Niko Matsakis
|
0e5366df5d
|
move to QueryType.in_db(&db) instead of db.query(QueryType)
This will be more compatible once we move to having queries have an
associated `DynDb` type. It also reads nicely.
|
2020-07-04 14:17:11 +00:00 |
|
Niko Matsakis
|
12f54d66f4
|
move query/query-mut to DatabaseQueryExt
|
2020-07-04 14:17:11 +00:00 |
|
Niko Matsakis
|
67687376ed
|
implement the Storage<DB> change
|
2020-07-04 14:17:10 +00:00 |
|
Niko Matsakis
|
b9f00726da
|
introduce Database::salsa_runtime_mut method (breaking change!)
|
2019-09-27 05:49:15 -04:00 |
|
Aleksey Kladov
|
6d60798eb8
|
Replace volatile query type with report_untracked_read fn
|
2019-06-26 13:10:44 +03:00 |
|
Aleksey Kladov
|
88fed8d6d6
|
Fix correctness bug when LRU evicted volatile query
|
2019-06-11 12:59:53 +03:00 |
|
Aleksey Kladov
|
0827c88259
|
use single lock for LRU
|
2019-06-09 16:47:51 +03:00 |
|
Aleksey Kladov
|
3d89c0d817
|
Add LRU to derived storage
LRU allows to bound the maximum number of *values* that are present in
the table.
|
2019-06-07 14:26:21 +03:00 |
|