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

node optimization #21

Open
ekorian opened this issue Nov 30, 2017 · 0 comments
Open

node optimization #21

ekorian opened this issue Nov 30, 2017 · 0 comments

Comments

@ekorian
Copy link
Collaborator

ekorian commented Nov 30, 2017

  • reduce redundancy
  • reduce (meta)data access
  • loop unrolling
  • branch prediction
  • reduce pointer dereferences
  • split rules per if, per dir
  • struct alignment
  • branch precondition
  • prefetch memory
  • switches
  • slowpath
@ekorian ekorian added this to the 0.2 milestone Nov 30, 2017
@ekorian ekorian modified the milestones: 0.2, 0.3 Jan 19, 2018
@ekorian ekorian modified the milestones: 0.3, 1.0 Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants