mitdbg / treeline

An update-in-place key-value store for modern storage.
MIT License
132 stars 17 forks source link

Move third party dependencies into the third_party directory #98

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

Since we already have a third_party directory, I thought it would be better to move all our third party dependencies into that directory. I verified that the code compiles. The CI will also verify that the tests pass.

(This is part of the code cleanup - I thought I would at least start with some low hanging fruit. :smile:)