To test the performance of switch vs polymorphic dispatch I wrote a little C++ program that compares the two. The difference, averaging over a billion iterations on my MacBook Pro, is less than one nanosecond per iteration.
https://t.co/trnolLKxis
With the newest version of Git 2.37.0, you can run just "git push" to push new branches. No more "--set-upstream origin". Enable with:
git config --global --add --bool push.autoSetupRemote true