Releases: li3zhen1/Grape
Releases · li3zhen1/Grape
0.5.8
Merge pull request #39 from li3zhen1/treenode
Bug Fixes
0.5.6
Changelog
- Added a new data structure
BufferedKDTree
. It reuses a managed buffer as forces tick (so there won't be frequent allocation/deallocation). This approach improves performance by ~40%.
- Bugfixes.
0.5.5
- Performance optimization: Use int overflow instead of fmod
- Add random seeding support.
0.5.4
- Add independent linear randomness generators
0.5.3
Optimize performance (ManagedBuffer
)
0.5.1
Remove old NDTree implementation
0.5.0
- Performance improvements by 50%
- SwiftUI View prototype release
- Simulation API breaking change