issues
search
BackofenLab
/
AxoWise
An integrated graph system of biological entities, functional terms, and publications.
Apache License 2.0
4
stars
0
forks
source link
Query reversion, for more speed
#34
Closed
kataikko
closed
1 year ago
kataikko
commented
1 year ago
Things that changed:
Removed Collect() from query, Lists are generated with python again
Removed usage of python dicts for the parameters, made the function run a lot faster.
STILL: We are vulnerable against injection attacks, we will need to do something about this in the future
But for now, as discussed before: Speed > Security.
Things that changed: