Open vitreo12 opened 4 years ago
1) Remove unnecessary casting in the typed code (check #114) 2) Optimize Data and Buffer access (check #120) 3) sample loop unrolling 4) Optimize math functions (safemod, safediv, etc...) 5) Optimize iterators 6) Optionally remove bounds checking for Data and Buffer
Data
Buffer
sample
math
safemod
safediv
iterators
1) Remove unnecessary casting in the typed code (check #114) 2) Optimize
Data
andBuffer
access (check #120) 3)sample
loop unrolling 4) Optimizemath
functions (safemod
,safediv
, etc...) 5) Optimizeiterators
6) Optionally remove bounds checking forData
andBuffer