This repository was archived by the owner on Sep 8, 2026. It is now read-only.
AcceleratorCSS v1.0.2 – Download
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.
-
CssPluginRegisterednow returns the currentLightweightModestate to the C# layer.
Changed
- TracePrefix in the C# plugin respects the new
LightweightModeflag 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+ forLightweightModesync.