Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
An hash array dictonary step by step
#11
Hi madscijr

about


Quote:So, I am wondering what specifically is the bottleneck in the "Luke" version?
I think that the structure of the two dictionaries is quiet different.

So to search a specific key it seems that in Luke's dictionary you must use different DO...LOOPs, and surely this can spend more time.

However I think that only after having used some equal rules (expandable or fixed size ?, collision managment : overwriting, shifting, overlapping? ,  Type of data, etc etc) the comparison is well  done.

here the results after using structure data of Luke Dictionary in your code of testing...

[Image: immagine-2023-03-25-155355444.png]


about

Quote:Do you think that the "Luke" version can be improved to get the speed AND the features?


this question depends from the previous question.  How do you structure the dictionary ? And which features do you think to have to get in it?

Thanks for talking about this.
NB: I must stress that the system of string with join and split (see Bplus dictionary) is very speed working in RAM!
Reply


Messages In This Thread
RE: An hash array dictonary step by step - by TempodiBasic - 03-25-2023, 03:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple text pixel data to array demo Unseen Machine 5 648 09-12-2025, 05:30 PM
Last Post: bplus
  Unique Random Array Program eoredson 5 831 07-10-2025, 10:29 AM
Last Post: DANILIN
  QB64_GJ_LIB ARRay Library grymmjack 3 961 08-21-2023, 12:50 PM
Last Post: mnrvovrfc
  Get Next Filename into a string (or array) GTC 2 817 02-26-2023, 12:51 PM
Last Post: GTC
  Three-dimensional array Kernelpanic 20 4,177 01-08-2023, 05:39 PM
Last Post: TempodiBasic

Forum Jump:


Users browsing this thread: 1 Guest(s)