It would be nice if the agile platform had a structure (a special case of record list) with a field that could be used as Key to reach a Value, directly. This way, the search complexity would be O(1) and not O(n).
Something similar to Java Hashtable and HashMap.
This structures have a greater efficiency, especially when manipulating big amouts of data.
It's just an idea :-)
Cheears,
Hugo Laibaças
(www.laibit.com)
Something similar to Java Hashtable and HashMap.
This structures have a greater efficiency, especially when manipulating big amouts of data.
It's just an idea :-)
Cheears,
Hugo Laibaças
(www.laibit.com)