ritchie46 / lsh-rs

Locality Sensitive Hashing in Rust with Python bindings
MIT License
109 stars 20 forks source link

Implement delete method for Sqlite backend. #6

Open ritchie46 opened 4 years ago

ritchie46 commented 4 years ago

The crate::table::general::HashTables has a delete method that is only implemented for the in memory backend. Could be useful for sqlite backend as well.

See: https://github.com/ritchie46/lsh-rs/blob/master/lsh-rs/src/table/general.rs