This avoids exceeding max BVH depth even in pathological cases. Still need improve non-worst case building, but this at least prevents crashes in worst case.
14 lines
260 B
TOML
14 lines
260 B
TOML
[package]
|
|
name = "psychopath"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
|
|
[dependencies]
|
|
docopt = "0.6"
|
|
rustc-serialize = "0.3"
|
|
nom = "1.2"
|
|
scoped_threadpool = "0.1"
|
|
crossbeam = "0.2"
|
|
num_cpus = "0.2"
|
|
quickersort = "2.0"
|
|
lodepng = "0.8" |