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

object::Env is very high cost #24

Open
QuqqU opened this issue Mar 29, 2022 · 2 comments
Open

object::Env is very high cost #24

QuqqU opened this issue Mar 29, 2022 · 2 comments

Comments

@QuqqU
Copy link
Owner

QuqqU commented Mar 29, 2022

it must be used in ref-form, and its implementation is to be changed from recursive func to linear stack

@QuqqU
Copy link
Owner Author

QuqqU commented Mar 30, 2022

Rc<RefCell> is now used, but it has side-effect.

image

It must be implemented in the form of hash table and stack.

@QuqqU QuqqU mentioned this issue Mar 30, 2022
@QuqqU
Copy link
Owner Author

QuqqU commented Mar 31, 2022

스크린샷 2022-03-31 오후 3 03 27

스크린샷 2022-03-31 오후 2 47 42

js and python are also.

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