FOLIO-FSE / FOLIO-FSE/folio_migration_tools
Investigate adopting orjson/orjsonl library for at least some json operations to improve performance
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 10
- Avg merge
- 55m
- Merged PRs (30d)
- 7
Description
Given the amount of JSON we're throwing around, we may want to look at switching over to [`orjson`](https://github.com/ijl/orjson) and [`orjsonl`](https://github.com/umarbutler/orjsonl) for json encode/decode, particularly for our more intensive operations (BatchPoster, Legacy ID map decode, etc.).
Contributor guide
Assessment
This issue has not been assessed yet.