Skip to content

Releases: cubic9com/m5core2_gravsim

v1.0.0

22 Mar 19:43

Choose a tag to compare

m5core2_gravsim 1.0.1 Release Notes

About This Release

perf: optimize physics simulation performance

  • Optimize sqrt calculations using 1/r³ formula
  • Implement ring buffer for planet trails
  • Reuse acceleration arrays and pre-compute constants
  • Cache sun rendering effects
  • Add compiler optimizations (-O3, -ffast-math)

Full Changelog: https://github.com/cubic9com/m5core2_gravsim/commits/v1.0.0...v1.0.1