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

Create optimizations.md #305

Closed
wants to merge 3 commits into from
Closed

Create optimizations.md #305

wants to merge 3 commits into from

Conversation

ng29
Copy link
Contributor

@ng29 ng29 commented Oct 12, 2020

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

  • I have added which issue this PR closes

Article for optimizations.
@github-actions
Copy link

github-actions bot commented Oct 12, 2020

Messages
📖

See preview of the article at https://preview.developerexperience.io/

Generated by 🚫 dangerJS against ef693c0

Copy link
Contributor

@ridlees ridlees left a 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.

practices/optimizations.md Show resolved Hide resolved
practices/optimizations.md Outdated Show resolved Hide resolved
practices/optimizations.md Show resolved Hide resolved
- 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
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

@ridlees ridlees Oct 23, 2020

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?

Copy link
Contributor

@ridlees ridlees Oct 28, 2020

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?

practices/optimizations.md Outdated Show resolved Hide resolved
practices/optimizations.md Outdated Show resolved Hide resolved
Uploaded image for code optimization.md
@ng29 ng29 requested a review from ridlees October 23, 2020 01:01
@prokopsimek prokopsimek closed this Dec 8, 2020
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.

Article: Optimizations
3 participants