pfeatherstone
pfeatherstone
I wanted to resample some IQ data. It's not a problem. The filter is real-valued so you can resample real and imaginary separately.
To be honest, it would be cool if libiio was integrated into Asio, then libuhd could wrap asio-libiio. FYI. I'm not going to submit a PR. Just throwing ideas.
I was thinking of benchmarking taskflow vs continuable+thread_pool
Okidok. Will have to do some tests.
When using coroutines with Asio wouldn't it be better to use Asio's built-in awaitable or coro objects ? Or have people found that the continuable object has less overhead ?
Awesome. Do you know if continuable coroutines and asio coroutines mix well ?
It's not immediately obvious to me. Making this work with Beast would be awesome. I don't want to send massive stringy JSON objects to the browser. Msgpack is way better
Why is it not a good idea to support msgpack? When sending data to the browser and back it is way more efficient and faster to do so using this...
2 problems: * The implementation of BLAS in `external/cblas` is broken. Missing symbols * Cmake's `findBLAS` isn't detecting any blas libraries. So it's trying to use dlib's own version. Go...
So added the missing BLAS files in external/blas. I didn't know there was a difference between cblas and blas. I have no idea how this was working before. We would...