这是indexloc提供的服务,不要输入任何密码
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: kazadbakht/GetProblem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CrispOSS/GetProblem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 26, 2015

  1. Analyze the GetProblem

    - The model of concurrency used in the proposed example was really classically obsolete regarding Java 8 features
    - The new model of testing such bug:
    	- Spawn a huge number of messages to the actor at once
    	- Collect all the future values
    	- Count the number of all successful futures completed
    	- Verify that it is the same as input number
    
    Tested with numbers around 5M. To test, make sure you have Java 8 on the path.
    Simpley run `test.sh`.
    nobeh committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    32322c2 View commit details
    Browse the repository at this point in the history
  2. Update README

    nobeh committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    3e4bed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01159c2 View commit details
    Browse the repository at this point in the history
Loading