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
I wonder if we should add something like nciphertexts(sa::SecureArray) or nvectors (or maybe some better name that I cannot come up with) to return the number of ciphertexts used to encode a given SecureArray. It might be nice to have this to estimate whether it makes sense to use multithreading in Julia or based on OpenMP.
We probably would want also nciphertexts for the Unencrypted backend...
The text was updated successfully, but these errors were encountered:
I wonder if we should add something like
nciphertexts(sa::SecureArray)
ornvectors
(or maybe some better name that I cannot come up with) to return the number of ciphertexts used to encode a givenSecureArray
. It might be nice to have this to estimate whether it makes sense to use multithreading in Julia or based on OpenMP.We probably would want also
nciphertexts
for theUnencrypted
backend...The text was updated successfully, but these errors were encountered: