Alexander Vershilov
Alexander Vershilov
I think it may be a bit of premature, at the current stage we will be working to wrapping everything up on the library level itself and try writing adapters...
@reygoch it's not entirely correct. `hasql` at least version on hackage is not a native driver, it's using `libpg` but the binary protocol. Despite the fact that `hasql` is a...
The issue appeared to be much more complex then I anticipated. I've tried to use the approach described in the [paper](https://arxiv.org/pdf/1509.05053v1.pdf). But there are many problem on the road: 1....
I've pushed a C version that is called via unsafe ccall, but surprisingly enough it works slower than native Haskell version (but faster than "no-branch" Haskell version). Seems that using...
*Update* now I have a version that works the same or a bit better then Haskell version (benchmarks are not precise enough to validate that), but so we can try...
@ysangkok thanks for the reply! I'll start process of getting an access to hackage, unfortunately @k-bx does not reply on email, so I'll have to go via hackage trustees. As...
Hello, @kjameslubin sorry for the very late response. I was going to start working on this function but I understood that I do not understand the semantics we want to...
Hello! At first let me thank you for the request. Unfortunately I'm not sure if we can provide API in the library that will fit generic case. There are way...
Making HaskellNet back on stackage is in progress https://github.com/commercialhaskell/stackage/pull/5792, I'll try to make it there soonish. UPD. HaskellNet is on stackage nightly now.
I'll be able to re-push HaskellNet to Stackage as well. Btw what is the way to promptly learn that the package is out of nightly? Previously I remember there were...