-
Notifications
You must be signed in to change notification settings - Fork 144
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
2021 05 17 wasmer #773
2021 05 17 wasmer #773
Conversation
The memory leak was recently introduced in master, is not present in the latest wasmer |
@syrusakbary must be a different leak because |
…ain/holochain into 2021-05-17-wasmer
…com:holochain/holochain into 2021-05-17-wasmer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but I'd like to see all the host fn access definitions collapsed back down to one line per fn
relies on a wasmer memory leak fix - wasmerio/wasmer#2327
implements holochain/holochain-wasmer#56
sadly the benchmarks are about 15-30% slower but still nominal
i have no idea why, maybe the introduction of the rwlock?
upstream benchmarks are much faster so it is weird for sure