2019-10-23 20:49:20
any thinking towards surf miner recently?
Rotonen
2019-10-23 20:50:09
No. In theory it should work well on hardware I have but it doesn't. Not sure why.
Fireduck
2019-10-23 20:51:01
python 3.8.0 is out and has a nicer shared memory model
Rotonen
2019-10-23 20:51:12
and i have time early november
Rotonen
2019-10-23 20:51:27
let’s see if i bother this time around
Rotonen
2019-10-23 20:52:05
the data fetch arch i think i have down
Rotonen
2019-10-23 20:52:22
but the crunching bit i need to still look at
Rotonen
2019-10-23 20:54:14
though dunno if an immutable shared memory object is that usable, will have to think about it
https://docs.python.org/3/library/multiprocessing.shared_memory.html
Rotonen
2019-10-23 20:56:42
Cool
Fireduck