Skip to content

fix: remove hot-path debug overhead in coding env#395

Open
GarmashAlex wants to merge 1 commit intoNousResearch:mainfrom
GarmashAlex:fix/codeenv-hotpath-logging
Open

fix: remove hot-path debug overhead in coding env#395
GarmashAlex wants to merge 1 commit intoNousResearch:mainfrom
GarmashAlex:fix/codeenv-hotpath-logging

Conversation

@GarmashAlex
Copy link

The coding environment was doing expensive debug work on every training item:

  • repeatedly recomputing set(...)/sorted(...) progress diffs in the hot path;
  • printing high-volume runtime details for each item;
  • printing full generated code on test failures.

This added avoidable CPU + I/O overhead and made logs noisy under concurrent rollout load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant