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

How should Topoi manage memory usage? #15

Open
wongjiahau opened this issue Jan 1, 2020 · 0 comments
Open

How should Topoi manage memory usage? #15

wongjiahau opened this issue Jan 1, 2020 · 0 comments

Comments

@wongjiahau
Copy link
Collaborator

We have multiple choices:

  1. Allow user to manage memory manually (like C/C++)
  2. Let runtime manage memory automatically (e.g. garbage collection (GC) or automatic reference counting (ARC))
  3. Let compiler optimise memory usage via linear type or linear logic (like Rust).
@wongjiahau wongjiahau changed the title How does topoi manage memory usage? How should Topoi manage memory usage? Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant