This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Description
Hi,
I measured time for the same query that I used in #100 - I think it's very suspicious that it's so slow.
Measurements:
egor@egor-sourced:~/workspace/ml$ time python3 test_filter_libuast.py 100 sourced/ml/__main__.py
Memory increased by: 2099%
real 0m32.773s
user 0m25.209s
sys 0m0.425s
egor@egor-sourced:~/workspace/ml$ time python3 test_filter_libuast.py 200 sourced/ml/__main__.py
Memory increased by: 4130%
real 1m22.348s
user 1m5.700s
sys 0m0.776s
egor@egor-sourced:~/workspace/ml$ time python3 test_filter_libuast.py 400 sourced/ml/__main__.py
Memory increased by: 8275%
real 2m49.173s
user 2m19.193s
sys 0m1.528s