ritchie46 / lsh-rs

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

Drop Error return in builder pattern? #5

Open ritchie46 opened 4 years ago

ritchie46 commented 4 years ago

Should we drop the Error return in the builder pattern and just panic? An error could return if we could not create a sqlite database.