Skip to content

Move Harness implementations to their own packages - #243

Merged
rakyll merged 2 commits into
mainfrom
harness-split
Jul 6, 2026
Merged

Move Harness implementations to their own packages#243
rakyll merged 2 commits into
mainfrom
harness-split

Conversation

@rakyll

Copy link
Copy Markdown
Member

Fixes#232.

@rakyll
rakyll merged commit 6324449 into mainJul 6, 2026
8 checks passed
@rakyll
rakyll deleted the harness-split branch July 6, 2026 21:01
rakyll pushed a commit that referenced this pull request Jul 21, 2026
This PR optimizes the building of execution traces in cmd/ax/trace.go by
iterating over the already ordered execIDs list and looking up events in
a map. This avoids a redundant sorting step and reduces complexity from
O(N^2) to O(N). A unit test was also added to verify order preservation.
rakyll added a commit that referenced this pull request Jul 21, 2026
* Move Harness implementations to their own packages
Fixes#232.
* Shorten the constructor names
Sign up for freeto 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.

Split harness package into several packages

2 participants

@rakyll@joycel-github