0.22.2
·
552 commits
to master
since this release
Added
HashMap::new()andHashSet::new()are nowconst.
Fixed
- Fixed performance regression in 0.22 when dealing with backgrounds which haven't changed between frames.
- Fixed a memory leak when creating and destroying AffineBackgrounds a few times.
Improved
- Improved the performance of the mixer by about 10% in cases where you're playing a lot of mono sounds
at speeds <= 1.5x (common with trackers). - Improved the performance of tile allocation and deallocation.