Skip to content

Commit f35c0d7

Browse files
committed
update docs/PERFORMANCE-NOTES: rm stale mentions of json parsers
follow-up fcdc956
1 parent a54eb89 commit f35c0d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/PERFORMANCE-NOTES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)