-
Notifications
You must be signed in to change notification settings - Fork 14
Pull requests: ysdede/parakeet.js
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Performance: Optimize frame confidence score aggregation
#178
opened May 10, 2026 by
ysdede
Owner
Loading…
Performance: Optimize mapSentenceEndingsToWords with two-pointer approach
#176
opened May 8, 2026 by
ysdede
Owner
Loading…
Performance: Improve argmax pure branch loop throughput with direct array access
#175
opened May 6, 2026 by
ysdede
Owner
Loading…
Performance: Avoid Set and Object.values overhead in hot loops
#174
opened May 5, 2026 by
ysdede
Owner
Loading…
Performance: Hoist loop invariant in LCS DP algorithm
#173
opened May 4, 2026 by
ysdede
Owner
Loading…
Performance: Avoid intermediate allocations with Object.values in hot paths
#172
opened May 3, 2026 by
ysdede
Owner
Loading…
Performance: Replace Set and Object.values with Array and for...in for small tensor tracking
#171
opened May 2, 2026 by
ysdede
Owner
Loading…
Performance: unroll normalizeFeatures inner loops 8x for Float32Array throughput
#170
opened May 1, 2026 by
ysdede
Owner
Loading…
Performance: unroll feature normalization loops in mel.js
#169
opened Apr 30, 2026 by
ysdede
Owner
Loading…
Performance: optimize mel feature normalization with 8x loop unrolling
#168
opened Apr 29, 2026 by
ysdede
Owner
Loading…
Performance: optimize tensor disposal and retrieval loops in ParakeetModel
#167
opened Apr 27, 2026 by
ysdede
Owner
Loading…
Performance: single pass variance calculation in mel features
#166
opened Apr 26, 2026 by
ysdede
Owner
Loading…
Performance: optimize mel feature normalization with single-pass variance
#163
opened Apr 22, 2026 by
ysdede
Owner
Loading…
Performance: optimize BigInt64Array creation in hot paths
#161
opened Apr 20, 2026 by
ysdede
Owner
Loading…
Performance: Optimize FFT loops via interchange and local variable caching
#160
opened Apr 18, 2026 by
ysdede
Owner
Loading…
Performance: Optimize FFT stage inner loops via loop interchange and variable hoisting
#159
opened Apr 17, 2026 by
ysdede
Owner
Loading…
Performance: Optimize tensor disposal loop allocations
#158
opened Apr 16, 2026 by
ysdede
Owner
Loading…
Performance: Optimize _lcsSubstring with local variable cache
#157
opened Apr 15, 2026 by
ysdede
Owner
Loading…
Performance: cache invariant array access in LCS inner loop
#156
opened Apr 14, 2026 by
ysdede
Owner
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.