I was wondering if you guys had any input on how to efficiently go about doing this, I currently have a working implementation using Python's collections class.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It depends on how much memory you have available (and the size of the files of course). If you have enough memory available than I'd personally just take the easy way and create a list of all items and do a Something like this:
Alternative for the lambda:
|
|||||||
|
|
|||
|
|