quantleaf / probly-search

A lightweight full-text search library written in Rust that provides full control over the scoring calculations
MIT License
60 stars 5 forks source link

Index now thread safe #2

Closed marcus-pousette closed 3 years ago

marcus-pousette commented 3 years ago

Rc<RefCell<--->> -> Arc<RwLock<--->>