Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: conda: aiorwlock

Read write lock for asyncio. A RWLock maintains a pair of associated locks, one for read-only operations and one for writing. The read lock may be held simultaneously by multiple reader tasks, so long as there are no writers. The write lock is exclusive. Whether or not a read-write lock will improve performance over the use of a mutual exclusion lock depends on the frequency that the data is read compared to being modified. For example, a collection that is initially populated with data and thereafter infrequently modified, while being frequently searched is an ideal candidate for the use of a read-write lock. However, if updates become frequent then the data spends most of its time being exclusively locked and there is little, if any increase in concurrency.
1 version
Latest release: about 1 year ago

View more package details: https://packages.ecosyste.ms/registries/anaconda.org/packages/aiorwlock

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/aio-libs%2Faiorwlock

Dependent Repos 1

MeteoSwiss/aldernet
Surface level pollen forecast using a Neural Network Emulator
  • 1.3.0.* requirements/environment.yml

Size: 50.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

nathan-adeyemi/Inpatient-Bed-Allocation-Optimization
  • 1.3.0.* environment.yaml

Size: 8.22 MB - Last synced: 4 months ago - Pushed: 4 months ago