Skip to content

Conversation

@atheurer
Copy link
Contributor

@atheurer atheurer commented Jan 5, 2026

About a 3.3x speedup

- sendMetricReq() no longer uses numMBytes() to track array size.
  numMBytes() is not that efficient at calculating size, as it uses
  JSON.stringify to do it.  Also, tracking a growing array by
  recalculating the entire array every time is wasteful.  Now tracking
  is done incrementally as the array grows.
@atheurer atheurer merged commit 8a65fd6 into master Jan 6, 2026
53 of 56 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Crucible Tracking Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants