This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenlib/intern
Campbell Barton ccf44c400c BMesh: simplify hashing for dyntopo
Was using pointer hashing when the keys are in fact uint's.
Since they're well distributed from the rangetree,
no need to do bit-shifting tricks. just use int as hash.
Gives ~8% speedup in own tests.
2015-04-11 23:36:37 +10:00
..
2014-08-29 15:35:19 +10:00
2015-03-23 22:52:33 +11:00
2014-10-05 10:33:02 +02:00
2014-08-29 16:16:28 +10:00
2014-11-21 14:16:35 +01:00
2015-02-08 12:41:45 -05:00
2014-11-21 14:16:35 +01:00
2015-04-09 13:00:58 +10:00
2014-08-07 14:42:47 +10:00
2015-04-07 11:25:42 +10:00
2015-03-21 16:40:43 +11:00
2014-11-28 22:16:14 +01:00
2015-03-23 22:52:33 +11:00
2015-04-08 14:34:07 +12:00
2015-03-19 06:13:50 +11:00
2015-02-11 18:39:28 +11:00
2014-03-20 22:56:28 +11:00
2015-03-25 20:29:38 +11:00
2014-10-15 10:10:05 +02:00
2014-12-02 15:23:58 +05:00
2015-04-06 10:40:12 -03:00
2015-02-08 12:41:45 -05:00
2012-10-27 10:42:28 +00:00
2015-01-02 19:29:00 +11:00