xhluca / bm25s

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

Consider orjson as faster and more robust alternative to ujson #39

Closed xhluca closed 2 months ago

xhluca commented 2 months ago

Discussed in https://github.com/xhluca/bm25s/discussions/38

Originally posted by **diegovalenzuelaiturra** August 6, 2024 Hi, Should we consider to use `orjson` as an alternative to `ujson` ? Since `ujson` maintainers encourage their users to migrate to `orjson` because it's both faster and more robust - https://github.com/ijl/orjson - https://github.com/ultrajson/ultrajson Thanks!
dantetemplar commented 2 months ago

You can go further: https://github.com/simdjson/simdjson