When I upgraded the VS Code extension to the new version that no longer uses bcf I noticed that flashing speed went down significantly. Flashing a firmware of this size:
Memory region Used Size Region Size %age Used
RAM: 9892 B 20 KB 48.30%
FLASH: 79888 B 196480 B 40.66%
PIB: 96 B 128 B 75.00%
with bcf takes around 11.5 seconds (2.5 s erase, 6 s write, 3 s verify). In VS Code it takes almost a minute (3 s erase, 30 s write, 18 s verify). Enabling turbo flashing in the settings helps but not much. Is this a configuration issue or does the new flasher need more work to get as performant as bcf?