Replies: 4 comments 1 reply
-
On linux side there are various steps depending on distro. Normally I wouldn't want to pull in the steps since Linux supports various CPU that Windows can't reach (e.g. your router's OS). Are you referring to building Windows Store's installer?
This should be fine. Quite easy in fact. =) File an Issue ticket for this and we can work on it.
There was another request on my M'sia side as well but I can't visualize where to use it and how to use it. You got any use case? I only use docker for k9s server applications. I don't use docker outside that scope. I'm thinking on implementing the parallel processing using score approach (e.g. 2, 3, 4, etc) to further improve the performance once I figure out the mutex locking mechanism for both shells. |
Beta Was this translation helpful? Give feedback.
-
Sounds good to me (I had a "fun" time messing with Jean's benchmark recently because of dependencies management). I think what we can do is agree on an argument (e.g.
Basically the score number hard limits how many upscaling process can be run at each instance (score 2 means 2 at a time). These Shell scripts don't offer any good concurrent sync mechnism (mutex / channel). I'm aware POSIX shell can do directory sync: https://unix.stackexchange.com/questions/401415/mutex-and-semaphore-like-in-shell-script because The algorithm change from:
To:
|
Beta Was this translation helpful? Give feedback.
-
Note that when we bump into using proper language, it signifies we had pushed the shell scripts to the limit already. To go beyond this phase is to study the NCNN and convert entire thing into a proper source codes. This can take time. |
Beta Was this translation helpful? Give feedback.
-
Good for you (or do you have other creative names)? I'll open an issue ticket. |
Beta Was this translation helpful? Give feedback.
-
Hey, i have thought about some new features for this project and would like to have some feedback.
The features i had in mind would be these:
Beta Was this translation helpful? Give feedback.
All reactions