xhluca / bm25s

Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
https://bm25s.github.io
MIT License
920 stars 39 forks source link

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

Closed dantetemplar closed 3 months ago

dantetemplar commented 3 months ago

Solves: #42

xhluca commented 3 months ago

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