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

[MetaSchedule] Migrate MemoryDatabase to C++ #12514

Merged

Commits on Aug 20, 2022

  1. [MetaSchedule] Migrate MemoryDatabase to C++

    This PR migrates the existing MemoryDatabase, which is implemented in
    python at the moment, to C++. The original intent of having an in-memory
    database that does not persist on disk is merely for testing, but as
    times go on, we found it useful in production workflow, and thus decided
    to migrate it C++ for potentially better performance.
    junrushao committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b42e3f7 View commit details
    Browse the repository at this point in the history