-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Create optimizations.md #305
Conversation
Article for optimizations.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @ng29, thank you for the article. There are certain things you should address before I can approve your PR. I believe in your writing ability to solve this in no time. If I could help, let me know.
- Manually analyzing datasets involves a lot of time. Hence we make use of software like Tableau for data analysis. Similarly manually performing the optimization is also tedious and is better done using a code optimizer. | ||
- An optimized code often promotes re-usability. | ||
|
||
## How to Implement the Optimization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, go more into how to implement optimization. I see that you have seen the https://www.thegeekstuff.com/2015/01/c-cpp-code-optimization/ based on the similarities. The article you use goes into C++ optimization, however, the scope of this article should go more into general techniques for optimization. Not only the code but also architecture as is mentioned in the corresponding issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need your help on this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, how I can help you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @ng29, how can I help you with this?
Uploaded image for code optimization.md
Article for optimizations.
Closes #165
If an article related PR
I have checked that my suggestion follows the Contribution guide
I have added which issue this PR closes
I have 0 warnings from Danger.js
If I have added images, they are in /files/ folder
If other PR