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
Currently, when crafting split nodes, arroy may output a direct link to an item on one of its sides.
That’s an optimization that removes one indirection:
But it practically never happens in real life
/!\ It stops us from multi-threading some parts of the code
We should update the split node creation to include only other tree nodes (descendants or other split nodes).
This is a DB breaking, which means:
Currently, when crafting split nodes, arroy may output a direct link to an item on one of its sides.
That’s an optimization that removes one indirection:
We should update the split node creation to include only other tree nodes (descendants or other split nodes).
This is a DB breaking, which means:
The text was updated successfully, but these errors were encountered: