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

Move to mimalloc for rust. #10

Merged
merged 1 commit into from Feb 6, 2021
Merged

Conversation

tritoke
Copy link
Contributor

@tritoke tritoke commented Feb 6, 2021

This results in a large speed up for rust as mimalloc is faster than the default allocator, I was thinking that this should be ok as kotlin native is also specified to use mimalloc?

@morisil
Copy link
Member

morisil commented Feb 6, 2021

I will merge and rerun the tests on my machine, sounds like a good candidate for C version as well. I mean maybe it will be even better to show results for mimalloc flavors where it is suitable.

@@ -1,6 +1,9 @@
#!/usr/bin/env sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth restructuring the project in the future, once you will finish with your PRs. Each language has own specific build system, and it seems that we are going deeper and deeper into customization. So creating a folder for each language on the root level might be better than reusing java ecosystem convention of src/main/x. To be honest I didn't anticipate all the amazing contributions to this project so I couldn't foreseen that. :)

@morisil morisil merged commit 0ec24b4 into xemantic:main Feb 6, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants