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

feat(sandbox): Implement LRU cache for Wasmer modules #3801

Merged
merged 9 commits into from
Mar 20, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    3529bb7 View commit details
    Browse the repository at this point in the history
  2. fix non-cache feature code

    ukint-vs committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d9324f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    4156f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58cff12 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    8553198 View commit details
    Browse the repository at this point in the history
  2. revert feature set

    ukint-vs committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f80c19f View commit details
    Browse the repository at this point in the history
  3. fmt

    ukint-vs committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8b54322 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. don't lock mutex

    ukint-vs committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b8af738 View commit details
    Browse the repository at this point in the history
  2. Use LRU cache under feature

    ukint-vs committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    27fc450 View commit details
    Browse the repository at this point in the history