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

Improve performance #149

Merged
merged 6 commits into from
Oct 12, 2019
Merged

Improve performance #149

merged 6 commits into from
Oct 12, 2019

Commits on Oct 11, 2019

  1. Use go routines for pattern detection for each addition

    Co-authored-by: Aswin Karthik <aswinkarthik93@gmail.com>
    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    dineshba and aswinkarthik committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    d134740 View commit details
    Browse the repository at this point in the history
  2. Use go routines for file content detection for each addition

    Co-authored-by: Aswin Karthik <aswinkarthik93@gmail.com>
    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    dineshba and aswinkarthik committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8c0f4bf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Remove extra argument(waitGroup) to goroutine

    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    Co-authored-by: Aswin Karthik <aswinkarthik93@gmail.com>
    dineshba and aswinkarthik committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    e5891c5 View commit details
    Browse the repository at this point in the history
  2. Rename getOutput to getMessageFormat

    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    dineshba committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    269364d View commit details
    Browse the repository at this point in the history
  3. Wait for multiple channels in consistent way

    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    dineshba committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    ec6a2ec View commit details
    Browse the repository at this point in the history
  4. Group contents into contentType struct

    Signed-off-by: Dinesh <dineshudt17@gmail.com>
    dineshba committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    cae86f0 View commit details
    Browse the repository at this point in the history