anki/pylib
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
..
anki use (or)json for DB bridge 2020-03-20 21:15:23 +10:00
tests add col.weakref() and fix more reference cycles in pylib 2020-03-05 09:47:47 +10:00
tools hooks for limit new/rev for a single deck 2020-03-04 16:11:13 +01:00
.gitignore rework Fluent handling 2020-02-23 13:22:50 +10:00
.isort.cfg rework Fluent handling 2020-02-23 13:22:50 +10:00
.pylintrc rework Fluent handling 2020-02-23 13:22:50 +10:00
Makefile Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
mypy.ini Improve mypy config 2020-02-26 22:22:40 -05:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py use (or)json for DB bridge 2020-03-20 21:15:23 +10:00