Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage collector vs. ARC #12

Open
ghost opened this issue Jan 19, 2017 · 1 comment
Open

Garbage collector vs. ARC #12

ghost opened this issue Jan 19, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 19, 2017

Hi,

I just scrolled through your text and I saw no references to the garbage collector in Golang compared to the ARC in Swift. In my opinion the biggest reason to use Swift over Golang is the use of ARC instead of a GC. GC's are in a completely different dimension of performance and makes the entire program undeterministic, stuttering and pretty much completely useless in any real time work. I would say this very thing is the biggest difference between the two languages.

/ opinion

@jakerockland
Copy link
Owner

Thanks for the input @alexhultman, would like to include information about the different memory management approaches used by Go and Swift -- will look to write more about this when I have the time to update this paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant