Hi <@U016EM8L91B> Does `magic` support multi-threa...
# magic
f
Hi @Tim Edwards Does
magic
support multi-threading, for PEX as an example? [I use
magic/8.3.430
]
t
No, it does not. There are several places where the core database search routine modifies the database as it performs the search, which prevents it from being converted to a multiprocessing form. That's about the only thing preventing the extraction from being converted to use multiprocessing. It is increasingly becoming a bottleneck, though, so I am going to have to work on it at some point.
f
Thanks for your explanation