(04-12-2023, 06:52 PM)bplus Wrote: To turbo chargeĀ the speed of my Dictionary code, I am maintaining the Dictionary with a sorted and uppercase Key property. Now we only have to use a Binary search to lookup values to see if a Key already exists or not. This should save loads of time! Also added file Load and Save Dictionary abilities.
...
That soundsĀ great - I'll give this a look when I'm back at my PC!
(04-12-2023, 06:52 PM)bplus Wrote: Would like to compare with @TempodiBasic and @madscijr but what data set are you testing?
I can plug your code into the test harness when I'm back, but if you look at the most recent test program I posted that compares my delimited string dictionary vs Tempodi vs Luke, you can see the test code that calls them all at the top.
PS Thanks for contributing to this!