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: datastructures-algorithms/leveldb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dain/leveldb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 26, 2019

  1. Fixes dain#96 - Removed autoclose of FileChannel.

    hbs authored and dain committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    8a89086 View commit details
    Browse the repository at this point in the history
  2. Added closing of the FileChannel and associated InputStream after cre…

    …ation of the MMapTable instance
    hbs authored and dain committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    435ceef View commit details
    Browse the repository at this point in the history
  3. BlockIterator: readEntry: do not allocate for key if sharedKeyLength==0

    Signed-off-by: Li Zhiming <lizhiming@zuihuibao.com>
    Li Zhiming authored and dain committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b151559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72bdb60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d2365 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Update to latest airbase version

    coheigea authored and dain committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    130db69 View commit details
    Browse the repository at this point in the history
Loading