Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(FACT-2848) Improve cache performance #2163

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 27, 2020

  1. (maint) Rework cache mechanism to skip many group checks.

    BogdanIrimie committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6d77296 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. (FACT-2848) Remove dead code.

    BogdanIrimie committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1b7ea03 View commit details
    Browse the repository at this point in the history
  2. (FACT-2848) Rework cache writer.

    BogdanIrimie committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d6b8839 View commit details
    Browse the repository at this point in the history
  3. (FACT-2848) Imrpove regex.

    BogdanIrimie committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    edabf70 View commit details
    Browse the repository at this point in the history
  4. (FACT-2848) Remove dead code.

    BogdanIrimie committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    282c69d View commit details
    Browse the repository at this point in the history
  5. (FACT-2848) Replace the way cached facts were discovered in directory…

    … loader
    BogdanIrimie committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a4df89e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f06e59d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. (FACT-2848) Replace CacheManager with CacheAugmenter, CacheReader and…

    … CacheWriter.
    BogdanIrimie committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    fb861ae View commit details
    Browse the repository at this point in the history
  2. (FACT-2848) Improve regex to allow child matching, exact matching and…

    … regex matching.
    BogdanIrimie committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    877fd0b View commit details
    Browse the repository at this point in the history