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: loophp/phptree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: loophp/phptree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 18 commits
  • 25 files changed
  • 1 contributor

Commits on Dec 16, 2018

  1. Increase code coverage.

    drupol committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c24713c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e0875 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Improve performance.

    drupol committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    78731bb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Add TrieNode tree type.

    drupol committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    70f48a6 View commit details
    Browse the repository at this point in the history
  2. Add related tests.

    drupol committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d1658da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dfd69d View commit details
    Browse the repository at this point in the history
  4. Update phpdoc.

    drupol committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b3bedaf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from drupol/trie-trees

    Implements a new tree type: Trie
    drupol authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    62b011d View commit details
    Browse the repository at this point in the history
  6. Update README.

    drupol committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c99db23 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    ba0b0b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    efd938b View commit details
    Browse the repository at this point in the history
  2. Fix typo in README.

    drupol committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    5889010 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Use an ArrayObject.

    drupol committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    58c4ae3 View commit details
    Browse the repository at this point in the history
  2. Update InOrder traverser.

    drupol committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    5ee6e1c View commit details
    Browse the repository at this point in the history
  3. Update benchmarks.

    drupol committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    fe97ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552c0ea View commit details
    Browse the repository at this point in the history
  5. Remove no longer used methods.

    drupol committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    478eef8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from drupol/ArrayObject

    Array object and many fixes
    drupol authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    fb8588a View commit details
    Browse the repository at this point in the history
Loading