Commit Graph

5 Commits

  • Refactor configuration access to use latest_arc() instead of latest_ref()
    - Updated multiple instances in the codebase to replace calls to latest_ref() with latest_arc() for improved performance and memory management.
    - This change affects various modules including validate, enhance, feat (backup, clash, config, profile, proxy, window), utils (draft, i18n, init, network, resolve, server).
    - Ensured that all references to configuration data are now using the new arc-based approach to enhance concurrency and reduce cloning overhead.
    
    refactor: update imports to explicitly include ClashInfo and Config in command files
  • refactor: convert file operations to async using tokio fs (#5267)
    * refactor: convert file operations to async using tokio fs
    
    * refactor: integrate AsyncHandler for file operations in backup processes
  • perf: utilize smartstring for string handling (#5149)
    * perf: utilize smartstring for string handling
    
    - Updated various modules to replace standard String with smartstring::alias::String for improved performance and memory efficiency.
    - Adjusted string manipulations and conversions throughout the codebase to ensure compatibility with the new smartstring type.
    - Enhanced readability and maintainability by using `.into()` for conversions where applicable.
    - Ensured that all instances of string handling in configuration, logging, and network management leverage the benefits of smartstring.
    
    * fix: replace wrap_err with stringify_err for better error handling in UWP tool invocation
    
    * refactor: update import path for StringifyErr and adjust string handling in sysopt
    
    * fix: correct import path for CmdResult in UWP module
    
    * fix: update argument type for execute_sysproxy_command to use std::string::String
    
    * fix: add missing CmdResult import in UWP platform module
    
    * fix: improve string handling and error messaging across multiple files
    
    * style: format code for improved readability and consistency across multiple files
    
    * fix: remove unused file