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
In the smeagol reference (./refs/smeagol/src/util.rs) a Leaf of the QuadTree lives at level 3 and consists of an 8x8 grid of boolean values. It can therefore be represented as an u64. We should port this idea.
The text was updated successfully, but these errors were encountered:
In the smeagol reference (
./refs/smeagol/src/util.rs
) aLeaf
of the QuadTree lives at level 3 and consists of an 8x8 grid of boolean values. It can therefore be represented as anu64
. We should port this idea.The text was updated successfully, but these errors were encountered: