Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. - #107

Merged
Katsute merged 14 commits into
mainfrom
watch&cache@4788a57
Oct 20, 2020
Merged

Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD.#107
Katsute merged 14 commits into
mainfrom
watch&cache@4788a57

Conversation

@Katsute

@KatsuteKatsute commented Oct 18, 2020

Copy link
Copy Markdown
Member

Prerequisites

If all checks are not passed then the pull request will be closed.

  • My code follows the style listed in CONTRIBUTING.
  • I have checked that no other similar pull requests already exists.
  • Build compiles.
  • Build runs without exceptions.
  • I have added/modified documentation (if applicable).
  • I have added/modified test cases.

Changes Made

List changes made and/or relevant issues. Please keep changed in reverse chronological order (newest at top).

@KatsuteKatsute added documentation Improvements or additions to the documentation experimental An experimental feature feature request Request a feature optimization Optimizations labels Oct 18, 2020
@KatsuteKatsute added this to the 4.0.0 milestone Oct 18, 2020
@KatsuteKatsute self-assigned this Oct 18, 2020
@KatsuteKatsute changed the title start work on watchload removalOptimize MODLOAD (was WATCHLOAD) and Add CACHELOAD.Oct 18, 2020
@KatsuteKatsute changed the title Optimize MODLOAD (was WATCHLOAD) and Add CACHELOAD.Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD.Oct 18, 2020
@Katsute
Katsute marked this pull request as ready for review October 19, 2020 02:58
@Katsute

Copy link
Copy Markdown
MemberAuthor

Todo: Add one more additional test to make sure that updating a cached file doesn't update a irrelevant cached file.

@Katsute

Copy link
Copy Markdown
MemberAuthor

CacheAdapter should keep a variable for the closest expiry, then use this to determine when to check all files to clear and set the closest expiry from this.

@Katsute
Katsute merged commit be8d868 into mainOct 20, 2020
@Katsute
Katsute deleted the watch&cache@4788a57 branch October 20, 2020 18:26
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentationImprovements or additions to the documentationexperimentalAn experimental featurefeature requestRequest a featureoptimizationOptimizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace WatchLoad Implement caching system

1 participant

@Katsute