IEEE-VIT / templa-rs

One-Stop Solution for all boilerplate needs!
MIT License
28 stars 22 forks source link

Change to a different, faster linear search #46

Closed Dinoosawruss closed 2 years ago

Dinoosawruss commented 3 years ago

While this isn't the efficiency increase I hoped for these were the best results I was able to get

If you have any questions or comments let me know

Dinoosawruss commented 3 years ago

Apologies I have been extremely busy today and yesterday and didn't see this until now

I'll take a look at the comments in a moment and see what's up

mintbomb27 commented 3 years ago

@Dinoosawruss Are you still working on this, or should we close it and you can open another PR?

Dinoosawruss commented 3 years ago

@Dinoosawruss Are you still working on this, or should we close it and you can open another PR?

Yes I am working on a multi-threaded solution and testing it at the moment

Mannan-Goyal commented 2 years ago

@Dinoosawruss any updates?

Dinoosawruss commented 2 years ago

I've been unable to find a searching algorithm that has had any notable time improvements as all of the items have to be searched in every case so I don't believe it is possible to make it any faster

Mannan-Goyal commented 2 years ago

Ok closing!