ggblas is a library aimed to provide a simple and ergonomic access
to the matrixmuliplication implemented in [ggml](https://github.com/ggerganov/llama.cpp/)
This library adds on top a [threadpool](https://docs.rs/threadpool/latest/threadpool/)
with the physical number of cores each thread being pinned to their respective
counterpart.
Current performance can be see [HERE](TODO)
License: Apache-2.0