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

0-sided Performance Fix #689

Merged
merged 4 commits into from
Aug 26, 2019
Merged

0-sided Performance Fix #689

merged 4 commits into from
Aug 26, 2019

Conversation

texodus
Copy link
Member

@texodus texodus commented Aug 22, 2019

This change improves CPU utilization for processing updates on 0-sided contexts by ~20x. It is currently only implemented for WASM.

  • Rewrote flat_traversal to take advantage of sorted-ness
  • Removed min/max calculation
  • Removed memset(0) for gnode ports

@texodus texodus merged commit dd4e4de into master Aug 26, 2019
@texodus texodus deleted the context-zero-performance branch August 26, 2019 08:42
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