anki/rspy
Damien Elmes b876d97770 use (or)json for DB bridge
Some initial testing with orjson indicates performance varies from
slightly better than pysqlite to about 2x slower depending on the type
of query.

Performance could be improved by building the Python list in rspy
instead of sending back json that needs to be decoded, but it may make
more sense to rewrite the hotspots in Rust instead. More testing is
required in any case.
2020-03-20 21:15:23 +10:00
..
.cargo set deployment target on Mac builds 2020-02-17 08:40:17 +10:00
src use (or)json for DB bridge 2020-03-20 21:15:23 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
Cargo.toml bump version 2020-03-19 10:46:01 +10:00
Makefile add DEVFLAGS for performance testing 2020-03-10 13:36:01 +10:00
requirements.txt tweaking the folder names again 2020-01-03 07:48:38 +10:00
rust-toolchain bump rust toolchain for 1.41.1 fixes 2020-02-29 19:42:30 +10:00