MarijnStevens / yagna-aarch64

GNU General Public License v3.0
1 stars 1 forks source link

how to speed up releases #11

Closed smitty-codes closed 1 year ago

smitty-codes commented 3 years ago

There is quite the lag between when golem main releases and when this library is updated. How can we help to expedite this fork being updated to latest main release?

Thanks

MarijnStevens commented 1 year ago

I left the scene a while ago, but in short, why does the Golem people only talk x86, that was my motivation to try the same goal on arm, or in the future risk or whatever, a compute is a compute, we can argue that one arch take n ms, or another takes m ns, but in the end, a mainframe multi-arch should support *almost any arch possible, so thats why I went for it. The core problem I got stuck on is the rust filtering allocation of jobs, there is no reason to schedule arm jobs to arm processors, but the infrastructure (im talking 2 years ago) didnt support it. | Nevermind other reasons like you want to run your own written powerpc assembly on the Golem network, so im not saying only ARM, im talking ALL qumu architectures. |

Im old skool I guess, if there are multiple programs running in an ancient programming language, because of banks for example, why not provide the environment to run them, not on IBM machines, nor Cray Machine's, but on any of them. The performance issue is weird to me, because companies run them on 2 decade old hardware in weeks, where you phone would do the same job in seconds.

smitty-codes commented 1 year ago

@MarijnStevens I also lost interest in Golem for these reasons: