Developer FAQ
bsp takes a lot of time applying patches
There are 2 possible causes:
- Your
bspproject is stored on mechinical hard drives.
As patching is random 4K intensive, we suggest you putbspon solid state drives. - Your source tree has too many dangling commits.
This happens naturally as you use the project. You can go to the source tree under.srcand rungit gc --pruneto restore the performance.