Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dilipsundarraj1/parallel-asynchronous-using-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mkr52/parallel-asynchronous-using-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 26, 2025

  1. added ProductServiceUsingThread to retrieve product details using mul…

    …tithreading
    
    more code overhead to achieve this better performance via low-level thread api
    mkr52 committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    bea2d28 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. added ProductServiceUsingExecutor to retrieve product details using a…

    …n executor service
    
    less code than normal thread
    need to shut down the executor service
    
    limitations:
    - future is a blocking call
    mkr52 committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    0b34263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe71f4b View commit details
    Browse the repository at this point in the history
  3. added ParallelStreamsExample to demonstrate string transformation usi…

    …ng parallel streams
    mkr52 committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    29b0667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0fe80b View commit details
    Browse the repository at this point in the history
Loading