UTXOnly / nostpy-relay

A nostr relay backed by a postgresql database, run with docker-compose
The Unlicense
17 stars 6 forks source link

v0.6 async gather edits #31

Closed UTXOnly closed 9 months ago

UTXOnly commented 9 months ago

Enhancements

Drastically improved performance by breaking up methods into smaller coroutines, using asyncio.gather() to execute loops concurrently in the following functions:

Changes