Switch to orjson, add ndjson_iter

This commit is contained in:
2020-08-04 21:20:20 -04:00
parent 30854c7f8b
commit 52ad2d22b9
4 changed files with 71 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import base64
import sqlite3
import redis
import ujson as json
import orjson as json
class PersistentState: