You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this is a bit laggy (on a Raspberry Pi 4). Most of the time seems to be spent in "remove_expired_container_locks":
$ time i3-persist kill
i3-persist kill 0.14s user 0.14s system 56% cpu 0.490 total
# after commenting out "remove_expired_container_locks"
$ time i3-persist kill
i3-persist kill 0.04s user 0.04s system 49% cpu 0.164 total
Hey @archenemies, you might be interested in j4-persist. It's written in Rust, which is a compiled language, so it's incredibly fast.
You'll need to compile it yourself for your Raspberry Pi, but it should be simple and there are instructions in my README. Feel free to raise an issue in my repo if you have any trouble.
Thank you @N-Parsons. By the way I tried to email you but it says "Your message to [email protected] has been blocked."... I will check out your project when I have time. Thanks.
I noticed this is a bit laggy (on a Raspberry Pi 4). Most of the time seems to be spent in "remove_expired_container_locks":
However, I'm not sure how I would improve it. Would it be faster in Python? https://pypi.org/project/i3ipc/
The text was updated successfully, but these errors were encountered: