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

Runtime speed improvements #11

Open
tmbb opened this issue Mar 1, 2018 · 1 comment
Open

Runtime speed improvements #11

tmbb opened this issue Mar 1, 2018 · 1 comment

Comments

@tmbb
Copy link
Contributor

tmbb commented Mar 1, 2018

A generic issue to discuss performance enhancements (like replacing the Context struct with a record, no matter how un-elixiry that is)

@OvermindDL1
Copy link
Owner

A record I'm fine with, but honestly a map is so easy to access and it's not really "that" much slower that I wonder how much it is worth it... Need to Benchee compare different of accessing and updating single/many values of a tuple/map to see how they compare and if there is always a true winner...

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

No branches or pull requests

2 participants