INLINE [1] comparePrimVector
, what does the [1]
means?
Prim a, Hashable a => Hashable (PrimVector a)
instance
so in my understanding, the INCHOHERENT ruleset is to override the implementation of the overlapping instances.
Yes, that's it
imul
Dear Haskellers:
After hundreds of days working. I'm happy to announce that the very first version of Z-Botan is published, It's a new crypto lib built around the versatile botan C++ crypto lib. Currently, all crypto stuff exported by Botan FFI is implemented, i.e.:
We will continue to polish this work, e.g. build TLS upon it. If you have any crypto usage, please give it a try. as usual, we wish you happy hacking!
Cheers~
Dong
2021.05.11
Do we plan to have our IO manager support the new linux's io_uring?
I think it's best to leave it to libuv side instead of doing anything from Haskell part, see libuv/libuv#1947