Mansur Ashraf

Results 7 issues of Mansur Ashraf

I was wondering if someone has seen this paper from google. it is solving the same problem as HLL but is scale invariant and has better memory consumption. Below is...

question
algorithm

Cats have [InjectionK](https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/InjectK.scala#L25) but their `invert` function returns `Option[F[_]]` which they are unwilling to change. It would nice to have InjectionK with `invert` defined as `Try[F[_]]` as we have for...

see https://github.com/twitter/bijection/pull/197 ``` [info] Compiling 1 Scala source to bijection/bijection-finagle-mysql/target/scala-2.10/test-classes... [info] MySqlConversionLaws: [info] - Byte [info] - Short [info] - Int [info] - Long [info] - Float [info] - Double...

Adds multiget and multiput to hbase store to increase performance

A store that fans out Key K to a Set of Keys, queries the appropriate underlying stores and sum the values using the Monoid V

Not sure how many people are using Storehaus-hbase, but is it okay if I upgrade it to hbase 0.96? Changes are potentially backward incompatible...

Writeable store is missing different convert functions