psychopath/sub_crates
Nathan Vegdahl aecff883ab Misc optimizations on the Sobol sampler.
The biggest one is avoiding a bunch of bit reversals by keeping
numbers in bit-reversed form for as long as we can.

Also reduced the hashing rounds: just 2 rounds seems to be enough
for a reasonable amount of statistical independence on both the
scrambling and shuffling.  I tested both independently, keeping
the other with no scrambling/shuffling respectively.  This makes
sense because in normal contexts 3 is enough, but in this case
both act as input to yet another hash which is effectively doing
more rounds.
2020-04-22 16:21:50 +09:00
..
bvh_order Better path usage and "extern crate" removal in sub-crates. 2018-12-16 13:14:06 -08:00
color Do better chromatic adaptation for input RGB colors. 2019-07-26 16:01:56 +09:00
halton Silence code style warning on generated Halton sampler code. 2020-03-15 17:17:39 +09:00
math3d Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
oct32norm Better path usage and "extern crate" removal in sub-crates. 2018-12-16 13:14:06 -08:00
sobol Misc optimizations on the Sobol sampler. 2020-04-22 16:21:50 +09:00
spectral_upsampling Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
trifloat Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00