data structures in new MQL4

 

Instead of a hashlist I am using lists (arrays) of structs.

For a fast access (search) I use sorted arrays and binary searches.

 
HarriMQL4:
Has anyone implemented Hashlists or Sets in the new MQL4? Traditional data structures - would love tomsee the code!
Try https://www.mql5.com/en/code/11117 
Reason: