lstrzebinczyk / ruby2d-the-game

3 stars 0 forks source link

SIMD #32

Open lstrzebinczyk opened 7 years ago

lstrzebinczyk commented 7 years ago

SIMD technology is probably available for all platforms. Check if it can be used to improve performance where calculations are needed. If a lot of small calculations will start to become a problem, maybe have something like native integer? Check and see if this can be reliably used anywhere, and if it makes sense.