31
QB64 Discussion / Re: Forum outages
« on: December 06, 2021, 06:13:57 pm »
I use branchless programming a lot in critical sections of my chess program where the ultimate in speed is required.
The problem with it is that it makes the code very, very ugly and hard to understand later.
Another way to get more speed is to avoid using strings. Cut the strings and SET THE PUPPETS FREE!
The problem with it is that it makes the code very, very ugly and hard to understand later.
Another way to get more speed is to avoid using strings. Cut the strings and SET THE PUPPETS FREE!