1. 4030bb1 Improve the iterate seek to O(logN) (#25) by ShuNing · 6 years ago main master v1.0.0
  2. e89373f Merge pull request #21 from gconnell/master by Graeme Connell · 6 years ago
  3. a7570a4 Add a Clear method that clears all nodes into a freelist. by Graeme Connell · 7 years ago
  4. 316fb6d Pedantically rename Clone's receiver. by Graeme Connell · 7 years ago
  5. 03716cb Update clone docs to disuade concurrent Clone. by Graeme Connell · 7 years ago
  6. 0c3044b O(1) Clone of BTree. by Graeme Connell · 7 years ago
  7. 925471a Merge pull request #11 from keep94/leak by Graeme Connell · 8 years ago
  8. 311d74f gconnell comments. by keep94 · 8 years ago
  9. dd60200 Fix memory leak in freeNode and splitNode. by keep94 · 8 years ago
  10. 7364763 Merge pull request #7 from tidwall/backwards-iteration by Graeme Connell · 8 years ago
  11. cbf3301 Merge pull request #8 from joe2far/patch-1 by Graeme Connell · 8 years ago
  12. 7b8aed7 Merge pull request #9 from keep94/leak by Graeme Connell · 8 years ago
  13. 301b255 updated comment and added iteration benchmarks by Josh Baker · 8 years ago
  14. 1d9a97a Fix memory leak in removeAt methods. by keep94 · 8 years ago
  15. f3179a5 Fixed typo in docstring by Joe Farrell · 8 years ago
  16. 1826edc backwards iteration by Josh Baker · 8 years ago
  17. 7d79101 Merge pull request #6 from tidwall/patch-mark-gc by Graeme Connell · 8 years ago
  18. 9cda4e3 set removed items to nil by Josh Baker · 8 years ago
  19. 00edb8c Implement Min/Max to get first/last Item in BTree. by Graeme Connell · 8 years ago
  20. ffef89d Merge pull request #5 from keep94/freelist by Graeme Connell · 8 years ago
  21. e17093f Respond to gconnell comments. by keep94 · 8 years ago
  22. dc5533a Allow for common free lists. by Travis Keep · 8 years ago
  23. f06e229 Merge pull request #3 from jonboulle/patch-1 by Graeme Connell · 8 years ago
  24. 189ebcb Fix minor typo in README by Jonathan Boulle · 8 years ago
  25. cc6329d Add travis build statu to readme. by Graeme Connell · 9 years ago
  26. 4ab78eb Simple Travis CI config. by Graeme Connell · 9 years ago
  27. 0c05920 Switch from sync.Pool to a per-tree freelist. by Graeme Connell · 9 years ago
  28. 7498308 Merge branch 'master' of github.com:google/btree by Graeme Connell · 10 years ago
  29. fa2189e Make btree degree in tests/benchmarks configurable by flag. by Graeme Connell · 10 years ago
  30. 267b577 Use a sync.Pool for btree nodes. by Graeme Connell · 10 years ago
  31. 118f8ac Fix comment on node insert. by Graeme Connell · 10 years ago
  32. 443ef45 Fix btree import in btree_mem, and update comment. by Graeme Connell · 10 years ago
  33. c0ecf76 Update first line of package doc to be more descriptive. by Graeme Connell · 10 years ago
  34. 6d00f65 Move comments around, add test example. by Graeme Connell · 10 years ago
  35. 07b41b2 Documentation fixes, small insert optimization. by Graeme Connell · 10 years ago
  36. f7f14e6 Initial commit. by Graeme Connell · 10 years ago