Awesome. thanks for merging.

>So... Bugfixes shouldn't go into the master branch?

Bug fixes need to go into both branches (into master, then merged into
optimized). New features always go in a branch.

This way, if you pull master you get bug fixed code, if you pull optimized,
you get bug fixed code with new features.

Anyway, done profiling. Results at:

http://dl.sv.nongnu.org/releases/glob2/profiling.tar.bz2

Looks like the two functions it used to call (perlin noise and cloud compute
(or something like that)), are now just one function (simplex noise) with
about 6% less cpu used??

Regards
Kieran
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to