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

PMEM: Optimization of enabled namespace methods #5873

Closed
wants to merge 1 commit into from
Closed

PMEM: Optimization of enabled namespace methods #5873

wants to merge 1 commit into from

Commits on Mar 1, 2024

  1. PMEM: Optimization of enabled namespace methods

    1. Optimized the string connection section. Optimize repeated string concatenation operations into one-time concatenation instead of appending strings each time
    2. Replace subprocess.check_call with os.system to ensure that the code maintains its original functionality while improving execution efficiency to a certain extent
    
    Signed-off-by: ut003460 <xiongneng@uniontech.com>
    ut003460 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ce5b32a View commit details
    Browse the repository at this point in the history