Ratios on a list of notes (n*n) comparison #407
pradeepranwa1
started this conversation in
General
Replies: 1 comment 2 replies
-
My pseudo code looks like
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of transactions with transaction notes I want to compare each note with all other notes, so total nn comparison, which is taking lot of time in big data, I want to speed up using parallelization, Is there any way i can send all n notes and it gives me nn comparison
Beta Was this translation helpful? Give feedback.
All reactions