• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Dec-2019-

README.mdH A D17-Dec-2019411 128

benchmarks_test.goH A D17-Dec-20195.2 KiB253223

btree.goH A D17-Dec-201930.4 KiB1,014661

btree_test.goH A D17-Dec-20199.1 KiB412354

debug.goH A D17-Dec-2019953 3820

README.md

1This package is a fork of github.com/jba/btree at commit
2d4edd57f39b8425fc2c631047ff4dc6024d82a4f, which itself was a fork of
3github.com/google/btree at 316fb6d3f031ae8f4d457c6c5186b9e3ded70435.
4
5This directory makes the following modifications:
6
7- Updated copyright notice.
8- removed LICENSE (it is the same as the repo-wide license, Apache 2.0)
9- Removed examples_test.go and .travis.yml.
10- Added this file.
11
12