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

Add option to set compression threads priority #1457

Merged
merged 10 commits into from Dec 16, 2023

Commits on Dec 12, 2023

  1. feat(SequentialCompressionWriter): Added option to set compression th…

    …read priority
    
    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e94ced8 View commit details
    Browse the repository at this point in the history
  2. feat: Added compression_threads_priority option

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a390c4a View commit details
    Browse the repository at this point in the history
  3. test: implemented test case for setting priority value

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6ea1dcf View commit details
    Browse the repository at this point in the history
  4. Redesign test for the case when compression writer sets threads priority

    Co-authored-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    2 people authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    32e5002 View commit details
    Browse the repository at this point in the history
  5. fix: Fixed inverted check

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fc749da View commit details
    Browse the repository at this point in the history
  6. chore: made compression_threads_priority an int32_t

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    497f806 View commit details
    Browse the repository at this point in the history
  7. Enable thread priority for Windows

    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    MichaelOrlov authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    99c05a2 View commit details
    Browse the repository at this point in the history
  8. Address grammar in log messages

    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    MichaelOrlov authored and Janosch Machowinski committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3cc1b5b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: fixed namespace collision warning in test

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    22c18d5 View commit details
    Browse the repository at this point in the history
  2. Add compression_threads_priority to the node params parser

    Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
    MichaelOrlov authored and Janosch Machowinski committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2f58113 View commit details
    Browse the repository at this point in the history