Hacker News new | ask | show | jobs
by PoignardAzur 1298 days ago
> and using Arc to wrap structs carry a huge performance costs

Does it? It's like using shared_pointer, which some C++ codebases do everywhere for memory safety.

And some languages like Swift even do it by default.