Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hoist the LRU cache into its own crate to share it with selectors. | Bobby Holley | 2017-09-20 | 1 | -210/+0 |
| | |||||
* | Make LRUCache use a linked list to reduce memmoves. | Matt Brubeck | 2017-09-14 | 1 | -35/+163 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1398957 | ||||
* | Encapsulate the sharing cache backend better. | Bobby Holley | 2017-09-11 | 1 | -0/+10 |
| | | | | MozReview-Commit-ID: 2x9BIhmwH83 | ||||
* | Fix an awful bug in LRUCache::touch(). | Bobby Holley | 2017-09-11 | 1 | -2/+1 |
| | | | | MozReview-Commit-ID: 3l7L0MfdOxh | ||||
* | Adapt LRUCache to use ArrayDeque crate instead of VecDeque | Kenan Rhoton | 2017-06-03 | 1 | -16/+15 |
| | |||||
* | Optimize LRUCache by using a VecDeque. | Bobby Holley | 2017-04-13 | 1 | -15/+17 |
| | | | | We also reverse the order, so that we don't need iter.rev(). | ||||
* | Logging fixes. | Bobby Holley | 2017-04-12 | 1 | -0/+5 |
| | | | | I had these lying around in the other bug. | ||||
* | style: Iterate the LRU cache contents from back to front. | Emilio Cobos Álvarez | 2017-03-11 | 1 | -6/+13 |
| | | | | | We put the more recently used item last, so iterating then from left to right is pointless. | ||||
* | style: Simplify style sharing code. | Emilio Cobos Álvarez | 2017-03-09 | 1 | -34/+10 |
| | |||||
* | style: Document and remove dead code from cache.rs | Emilio Cobos Álvarez | 2016-12-31 | 1 | -58/+18 |
| | |||||
* | Remove usage of deprecated `SipHasher`. | Simon Sapin | 2016-10-10 | 1 | -9/+5 |
| | |||||
* | Lazily compute common style affecting attribute info. | Emilio Cobos Álvarez | 2016-08-17 | 1 | -2/+6 |
| | |||||
* | Move util::cache to style. | Ms2ger | 2016-07-08 | 1 | -0/+124 |