Guest
I have block ram that will contain 50,000 objects. Gonna use a decoder
of some sort to be able to retrieve the data. Used a case statement at
first but that would be huge with 50,000 if statements in it. Thought
about using a hash table but that would be big too. Whats the most
effeicient way to accomplish this?
of some sort to be able to retrieve the data. Used a case statement at
first but that would be huge with 50,000 if statements in it. Thought
about using a hash table but that would be big too. Whats the most
effeicient way to accomplish this?