Block a user
BLI: optimize constructing IndexMask from bits and bools
Yeah, thought so, will leave this to someone else. The code here should not run in practice ideally.
BLI: optimize constructing IndexMask from bits and bools
It doesn't really matter if this buffer is oversized. Everything that's not used of it is never touched.
That said, I did notice that a buffer larger than max_segment_size/2
is probably never…
BLI: optimize constructing IndexMask from bits and bools
The u
in _mm_loadu_si128
stands for unaligned. So that should be fine.
BLI: optimize constructing IndexMask from bits and bools
Not sure what you mean specifically. This seems somewhat unrelated to offset indices.
BLI: optimize constructing IndexMask from bits and bools
Not sure how popcount
could be faster than just comparing with zero.
BLI: optimize constructing IndexMask from bits and bools
36db2c16d6
cleanup
0f6952d453
cleanup
d752255115
add assert
f10d42794f
add tests
768c5ea29e
add comments
170077dd14
add more generate from_batch_predicate api
fc78dce5ee
add comparison with old implementation to benchmark
459a787204
improve check
b5d5743c91
reduce constant overhead
aa032fd1ef
benchmark
224ffdc635
support multi-threading
2f78e554db
optimize
cd01822c78
improve gathering indices
Jacques Lucke
created branch index-mask-from-bits in JacquesLucke/blender
2024-08-27 19:38:53 +02:00
Jacques Lucke
deleted branch expose-readonly-node-panel-uid from JacquesLucke/blender
2024-08-27 13:47:31 +02:00