thofma/Hecke.jl

Thread safety

fagu opened this issue · 1 comments

fagu commented

I think it would be nice if the documentation mentioned that some of the functions are not thread safe, even when called with completely unrelated parameters (for example due to setprecision(...), and maybe also due to caching). I don't know whether by default people would assume that the library is thread safe in any way, but given that there's a warning about one specific function here, it might be a natural guess.

Hm, I think one can assume that nothing is thread-safe (due to caching or precision handling). Maybe we should mention this somewhere.