Feature #57
Optimize URL querying
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/22/2021
Due date:
% Done:
0%
Estimated time:
Description
We need to employ some more efficient data structures for this. Currently, all possible patterns for given URL are checked (this happens in scriptbase_query.c
).
Related issues
History
Updated by koszko over 1 year ago
- Status changed from New to Closed
URL querying using properly suited data structures is the default in new Hydrilla