Ronny Rentner

Results 18 issues of Ronny Rentner

Currently hardcoded to 100_000 loops. In Python 3.11, there's a new nanosleep(). Before, it's hard to sleep a nanosecond in Python without using busy wait. We need to find a...

enhancement

Namespaces should allow nested dicts to use the same shared memory instead of each using their own.

enhancement

Performance benchmarks should be part of the standard tests before building a new release. https://github.com/psf/pyperf

enhancement
good first issue

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...

enhancement

This is more of a suggestion or hint, not an issue. I personally use a similar, independently developed layout with characters moved to the center of the keyboard with more...

Hey, I am not sure if you are interested in this. I've built a Github workflow to automatically generate a release including pulling in GTK4 CSS from libadwaita and including...

Running Debian Linux 11 with Python 3.10 and libusb1. I am trying to connect to an LG UltraFine monitor via USB-C. It works via lsusb (running as my user): ```...

enhancement

Hi, first of all many thanks for your great project. After fiddling around with wxpython for a while, it's a real relieve :) I was a bit surprised to find...

First of all many thanks for your great library. It's the only one I've found that can do atomic operations on a shared memory in Python. I'm using it for...

enhancement

I am getting the following stack trace and exception when running code with `Python -OO`: ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/ronny/Projects/py/UltraDict/./examples/parallel.py:37 in │ │ │ │...