We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current Heap.fromIter/heapify gets stack overflow when there are more than 100k elements: dfinity/canister-profiling#70.
Heap.fromIter/heapify
We need to either 1) rewrite the join function with an accumulator; or 2) enable tail modulo cons optimization.
join
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current
Heap.fromIter/heapify
gets stack overflow when there are more than 100k elements: dfinity/canister-profiling#70.We need to either 1) rewrite the
join
function with an accumulator; or 2) enable tail modulo cons optimization.The text was updated successfully, but these errors were encountered: