You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store the face id rather than i,j in the hash table to reduce memory footprint
Instead, we opt to unravel the face during the query. This cuts the
hash table size down by only storing a single uint64 array (with the start
and count) rather than two arrays. The unravel cost in the query is
small in comparison to particle in cell checks, which dominate the query
costs.
0 commit comments