xhluca / bm25s

Fast lexical search library implementing BM25 in Python using Numpy and Scipy
https://bm25s.github.io
MIT License
768 stars 31 forks source link

Use `time.monotonic` instead of `time.time` #43

Closed dantetemplar closed 1 month ago

dantetemplar commented 1 month ago

Solves: #42

xhluca commented 1 month ago

Solved in https://github.com/xhluca/bm25s/pull/44