ronny-rentner / UltraDict

Sychronized, streaming Python dictionary that uses shared memory as a backend
Apache License 2.0
272 stars 25 forks source link

Improve write performance by using faster locking #5

Open ronny-rentner opened 2 years ago

ronny-rentner commented 2 years ago

The library that is used for atomic test_and_set operations on the shared memory has a performance issue.

It will be fixed by the author and should give us more write speed.

Related ticket: https://github.com/doodspav/atomics/issues/3