fOLDing can be sped up by ~n times, where n is number of hbo/hbr channel pairings #84

Closed
opened 2026-07-17 15:59:19 -07:00 by tyler · 1 comment
Owner

Looking through the code, it appears to always generate a new reference to the lookup table between channels and not generate the lookup table once to then process all of the channels. This causes unnecessairy additional compute but also just wasted time.

Looking through the code, it appears to always generate a new reference to the lookup table between channels and not generate the lookup table once to then process all of the channels. This causes unnecessairy additional compute but also just wasted time.
tyler added the Kind/Enhancement
Reviewed
Confirmed
1
Priority
High
2
labels 2026-07-17 15:59:19 -07:00
Author
Owner

Added in 1.5.1.

Added in 1.5.1.
tyler closed this issue 2026-08-03 22:26:51 -07:00
Sign in to join this conversation.