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: warnon/graphchi-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GraphChi/graphchi-java
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.
  • 18 commits
  • 48 files changed
  • 3 contributors

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    6029073 View commit details
    Browse the repository at this point in the history
  2. Updated the README, and added deployment stuff to pom.xml

    Matt Gardner
    Matt Gardner committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    00a36da View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Configuration menu
    Copy the full SHA
    6d552b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efd9ac View commit details
    Browse the repository at this point in the history
  3. Cleared memory in the close() method of TwoKeyCompanion

    Because it looks like somehow the objects are not getting released (probably due to threads living
    on with references to the objects), we need to clear the memory when we're done, or we end up
    growing enormously huge by the end of a long series of runs.
    matt-gardner committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    6d6827b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Moved the dumper thread out of the inner class, to resolve some unche…

    …cked exceptions in client code
    matt-gardner committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    1123e6b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Configuration menu
    Copy the full SHA
    31e8c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a82a175 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GraphChi#6 from matt-gardner/master

    Changes to the walks/ code to allow for using a long to represent a walk instead of an int.
    matt-gardner committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    0d49875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c7b151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e861c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Configuration menu
    Copy the full SHA
    695b420 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GraphChi#7 from matt-gardner/master

    Removing stack trace on exit from TwoKeyCompanion
    matt-gardner committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    45ab9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254149e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07358a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request GraphChi#8 from matt-gardner/master

    Updating some version numbers I missed
    matt-gardner committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    e5136d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. add apache 2 license

    matt-gardner authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    0f1392c View commit details
    Browse the repository at this point in the history
  2. Merge pull request GraphChi#12 from matt-gardner/patch-1

    add apache 2 license
    akyrola authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    7b89628 View commit details
    Browse the repository at this point in the history
Loading