Can you use dynamic AFL variables to achieve what you want?

value = 10;
VarSet("myKey", value );
newValue = VarGet( "myKey" ); 

As for performance, maybe Tomasz can answer what the "order of" the algorithm 
is (e.g. O(log n), O(n) )?


Tuzo

--- In [email protected], "Potato Soup" <potatoso...@...> wrote:
>
> I'm looking to check a value each bar to see if it exists in a pre-defined 
> collection of values that I want to store before running the script. The 
> collection is sufficiently large that it would benefit from being stored in a 
> data structure with constant lookup time. Has anyone implemented this in AFL 
> or through a plugin?
>


Reply via email to