MatrixSynapse/synapse/federation
Vincent Breitmoser 9fbe70a7dc Use sortedcontainers instead of blist
This commit drop-in replaces blist with SortedContainers. They are
written in pure python so work with pypy, but perform as good as
native implementations, at least in a couple benchmarks:

http://www.grantjenks.com/docs/sortedcontainers/performance.html
2018-04-10 11:29:51 +02:00
..
transport
__init__.py
federation_base.py
federation_client.py
federation_server.py
persistence.py
send_queue.py Use sortedcontainers instead of blist 2018-04-10 11:29:51 +02:00
transaction_queue.py
units.py