utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/General/TrackedFloats
MIT License
34 stars 3 forks source link

Thread safety #45

Open dpsanders opened 4 months ago

dpsanders commented 4 months ago

[Part of the review for the JuliaCon proceedings.]

As far as I can tell the use of a global store for tracking means that the package is not thread-safe. Is this correct? Could you fix it to be thread-safe?