HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pmeira

no profile record

comments

pmeira
·há 2 anos·discuss
Apparently it also needs Clang to achieve the same performance: https://news.ycombinator.com/item?id=40875968
pmeira
·há 2 anos·discuss
Don't forget BLIS itself!
pmeira
·há 2 anos·discuss
It's a muddy comparison given that NumPy is commonly used with other BLAS implementations, which the author even lists, but doesn't properly address. Anaconda defaults to Intel oneAPI MKL, for example, and that's a widely used distribution. Not that I think MKL would do great on AMD hardware, BLIS is probably a better alternative.

The author also says "(...) implementation follows the BLIS design", but then proceeds to compare *only* with OpenBLAS. I'd love to see a more thorough analysis, and using C directly would make it easier to compare multiple BLAS libs.
pmeira
·há 2 anos·discuss
Compression and other features use the non-Apache license:

https://github.com/timescale/timescaledb/tree/main/tsl
pmeira
·há 3 anos·discuss
Some packages already use those. For previous Python versions, those are available in typing_extensions: https://typing-extensions.readthedocs.io/en/latest/