When implementing a swap via code on Solana, is it faster or more effective to use:
A swap aggregator like Jupiter, orA priority fee (tip) with Jito (using raydium)?Does this choice affect the transaction speed, or does it only impact the likelihood of the transaction being accepted by the network?
I’d appreciate any insights regarding how these approaches compare in terms of speed and efficiency when implemented programmatically.