Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: szegitso... i think we have a bit misunderstanding here
i just started examine a graph, what was made by some of my colleagues and i just try to figure out how it works and give the graph equalized form (some processes are made there different way and i have to optimalize them for faster run and throw out things what we do not need).
when i examined the hash split node, i just read the definition using F1 help and it says: "Takes one input, and either a list of field names or a BRAINscript expression. Splits the input into any number of outputs, based on hashing the values in the specified fields or expression. For optimal performance, the number of outputs should be odd, preferrably a prime number." And i just wanna know why shall i have on output odd and prime number...
Approximately the slowing is not caused by hash split node, but it is caused by something what is after the hash split (there are 10 composites which are very complex)
thx
T