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

channels: Use default allocator. #77

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

planetis-m
Copy link
Contributor

Why? Because I don't see a reason why this specific library should use a different allocator than the default.

If there's a bug with nim's allocator -> use -d:usemalloc, want a better/more stable
multithreaded allocator -> use -d:usemimalloc and the mimalloc package.

Why? Because I don't see a reason why
this specific library should use a
different allocator than the default.

If there's a bug with nim's allocator ->
use -d:usemalloc, whant a better/more stable
multithreaded allocator -> use -d:usemimalloc
and the mimalloc package.
@Araq
Copy link
Member

Araq commented Aug 28, 2024

Exactly my thoughts.

@Araq Araq merged commit c69e13a into nim-lang:master Aug 28, 2024
12 checks passed
@planetis-m planetis-m deleted the nalloc branch August 28, 2024 21:52
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.

2 participants