maggoats
@maggoats@lemmy.world
- Comment on Housing market affordability is so bad that Zillow says it will take you 13.5 years to break even on a purchase from July onward 1 year ago:
I wonder this too, but I’m coming to believe that as long as investors are throwing money at housing and people need it, it might not burst. With enough wealth concentration, maybe it just all gets progressively bought up and rented out at insane prices, with growth coming from speculation among massive institutional investors.
But I haven’t really thought of this deeply or looked into whether it’s sound.
- Comment on Looking for an accelerated numerical computing library for .NET 1 year ago:
The closest thing I’ve been able to find so far (which seems to have been under slow development by 1-2 contributors for the past couple years) is github.com/MPSQUARK/BAVCL which is based on ILGPU. I’ll probably be keeping an eye on it though.
- Comment on Looking for an accelerated numerical computing library for .NET 1 year ago:
Unfortunately I don’t believe NumPy has any built in accelerations (other than being a C library which is fast already), though I don’t really know the ins and outs. There are Python libraries that use the NumPy API or otherwise do some stuff to accelerate it on e.g. CUDA, but the Numpy.NET library as far as I know uses its own embedded Python + numpy, so as far as I can tell that wouldn’t be an option.
- Comment on Looking for an accelerated numerical computing library for .NET 1 year ago:
Unfortunately not, though I forgot about SIMD! It doesn’t seem to support arbitrary-sized matrices or arrays out of the box, though I guess I could index the vector type myself. Still, it doesn’t offer the operations I’d like, as far as I can tell.
Thanks though!
- Submitted 1 year ago to programming@programming.dev | 6 comments