breezykermo / oak

1 stars 0 forks source link

Use ACORN as default index in OAK #35

Closed csirianni closed 5 days ago

csirianni commented 2 weeks ago
  1. Update our fork of ACORN to include ACORN functionality in c_api. See ACORN/#1.
  2. Update acorn-rs to expose this functionality.
  3. Construct an ACORN index in the index_factory in OAK.
breezykermo commented 2 weeks ago

Update to the specification after some initial research. Instead of using bindgen, which requires us implementing a lot in the c_api folder, we can just define an interface between OAK and ACORN using cxx.