smartbitcoin / arc_plot

CPU & GPU plotter
20 stars 1 forks source link

Any Windows versions of Arc_plot in the near Future #3

Closed Drhicom closed 1 year ago

Drhicom commented 1 year ago

Do you plan any Windows versions in the near Future of Arc_plot??

Motophan commented 1 year ago

https://github.com/smartbitcoin/arc_plot/issues/4

If this gets implemented you could run this with little modifications using cygwin

You can also run this right now with wsl, but as the above referenced issue you are pretty much forced to do it on ubuntu 22.xx wsl base because the binary ships w/o statically linked libraries.

Both would be solved if the dev could compile this with a gcc flag. Re: dev, please reconsider.

smartbitcoin commented 1 year ago

I once try to build arc_plot cpu for windows, but come out with really bad experience.

please check this out: https://developercommunity.visualstudio.com/t/mallocfree-dramatic-performance-slowdown/552439

windows 10-11, have a bad design for standard c/c++ app if use tons of ram. if need good performance, need rewrite memory related code by win32 api. that's also the reason MM have worse performance in windows binary build.

smartbitcoin commented 1 year ago

as compression format undergoing , all plan was paused for porting