#空间 #网格 #物理 #碰撞 #物理模拟 #哈希

supergrid

一个极度优化的(安全)空间哈希网格

8 个版本

0.2.6 2023 年 12 月 27 日
0.2.5 2023 年 6 月 17 日
0.1.0 2023 年 6 月 15 日

模拟 类别中排名 74

每月下载 28

GPL-3.0 许可证

19KB
153

supergrid

一个简单、优化、安全的空间哈希网格。

基准测试

在示例文件夹中包含了一个基准测试工具。

> RUSTFLAGS='-C target-cpu=native' cargo build --release --example bench
> ./target/release/examples/bench --cell-size 9 --count 10000 --width 100000 --height 100000 --min-size 10 --max-size 1000
Setup:
	Arena width:  100,000
	Arena height: 100,000
	Cell size:    512x512
	Entity count: 10,000
	Minimum entity size:  10x10
	Maximum entity size:  1000x1000
Took 1.866101ms to insert 10,000 entities
Took 3.663191ms to probe 10,000 entities
Collisions: 32,900; average: 3.29

依赖项

~66KB