Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

AcceleratorCSS v1.0.2 – Download

Choose a tag to compare

@SlynxCZ SlynxCZ released this 06 Jul 16:20
· 102 commits to master since this release
12ec7bf

AcceleratorCSS v1.0.2

Overview

This release introduces a new Lightweight Mode to significantly reduce runtime overhead during callback tracing. This mode can be enabled via config and limits trace logging to callback names only — omitting argument and stack data.

Changes

Added

  • Lightweight Mode toggle in config.json ("LightweightMode": true) to optimize performance.

    • When enabled, only the callback name is traced.
    • Arguments (profile) and stack trace (caller) are skipped entirely.
  • CssPluginRegistered now returns the current LightweightMode state to the C# layer.

Changed

  • TracePrefix in the C# plugin respects the new LightweightMode flag and adjusts trace verbosity accordingly.

Fixed

  • Minor stability improvements in config loading and signal handler verification.

Compatibility

  • Fully compatible with existing setups.
  • Requires C# plugin (AcceleratorCSS_CSS) v1.0.2+ for LightweightMode sync.