We need to have clearer / more precise measurements for the following:
we need to check how the WordlistManager query function performs under various loads. If it takes too long, there is a risk that it will block the GenServer, and in that case, we would need to optimize the function.
it would be useful to have a clearer idea how much memory is used when loading a wordlist. Again, if too much memory is being used, we will need to look at different options.
Both of these can be measured using Benchee, and so I propose adding that to the mix.
We need to have clearer / more precise measurements for the following:
Both of these can be measured using Benchee, and so I propose adding that to the mix.