Ordered Dict in Base: Is LittleDict not thread safe, and possibly the reason I can't add it to Base?

To answer my own question here, in case others are curious, Dict isn’t thread-safe it seems (assuming still), as there’s a package for that (wrapping the regular Dict):

so I rule that out as an issue in my investigation.

1 Like