Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
I wanted to fix #192 but this seemed to be quite a challenge with the current infrastructure. So I ended up speeding up the pfield computation itself through parallelization. This was previously not possible because it used varying frequency bins based on every transmit. Now it uses the same amount for all transmits, based on the worst case. In some cases the speedup is over 10x!
Additionally, I cleaned up variable naming inside the pfield func.
Still need to test it a bit more.