omni icon indicating copy to clipboard operation
omni copied to clipboard

Performance rewrites

Open vitreo12 opened this issue 3 years ago • 0 comments

  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

vitreo12 avatar Sep 24 '20 09:09 vitreo12