File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ account in the code.
3636 faster than a new call to len(b)
3737
3838- The cpython and pypy stdlibs use a Python-based JSON serializer/deserializer,
39- which is stable and easy to use and install, but much slower than
40- system-compiled variants. ElectrumX now looks for either of the popular
41- C-based JSON libraries for Python, python-rapidjson or ujson . If it finds
42- one, it's used instead of the stdlib module for improved performance.
39+ which is stable and easy to use and install, but somewhat slower than
40+ system-compiled variants. ElectrumX now looks for known popular
41+ C/Rust -based JSON libraries for Python. If it finds one,
42+ it's used instead of the stdlib module for improved performance.
4343
4444 To install a known-compatible system-compiled JSON lib, install ElectrumX
45- with either the "rapidjson" or "ujson " extras parameter.
45+ with the "orjson " extras parameter.
You can’t perform that action at this time.
0 commit comments