aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-06-04 13:29:24 -0700
committerGitHub <noreply@github.com>2017-06-04 13:29:24 -0700
commit2dd67a94971bf562e2eed90582f28ef78a70cf70 (patch)
tree78d332febc06854ccde6d4b20b38c52203ec6e4e /python
parent942fce3a0bcc307caabecec42bc65265fbee6688 (diff)
parent8aeb51267082196be802d645b815c689f08cb790 (diff)
downloadservo-2dd67a94971bf562e2eed90582f28ef78a70cf70.tar.gz
servo-2dd67a94971bf562e2eed90582f28ef78a70cf70.zip
Auto merge of #17142 - kenan-rhoton:LRUCacheArrayVecDeque, r=emilio
Move LRUCache to ArrayDeque crate We move LRUCache from using VecDeque to ArrayDeque to avoid using heap allocations. This relies on the fix in goandylok/arraydeque#4. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17054 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because the use cases are the same, only minimal implementation changes have been made <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> --- I additionally ran test-unit, because I'm paranoid. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17142) <!-- Reviewable:end -->
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions