reset consonant state on boundary emit#128
Conversation
🦋 Changeset detectedLatest commit: b1c1ae1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Merging this PR will degrade performance by 7.26%
Performance Changes
Comparing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 925 926 +1
=========================================
+ Hits 925 926 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Since essential state resets were previously omitted, performance changes are unavoidable. |
Also reported from #124
I was aware this would definitely be a problem, but I passed it so naively. The state reset cannot be skipped.