> Could mímalloc be used by nim by default when threads is enabled (in > supported platforms if that’s a limitation)? What would be the drawback?
I don't know of any drawbacks for `--threads:on --mm:orc`. In other combinations Nim's memory manager can be better.
