Anish Chakraborty

Results 22 comments of Anish Chakraborty

If we are using `ScioOptions` will it not become runner (Dataflow) specific, unless we have an job profiling API in Beam? Runners have access to a Beam API which allows...

@nevillelyh @ClaireMcGinty I had a (wild) thought around this.. more like a quick brain dump at this stage, but here is how I am thinking this: #### **Requirements** at _pipeline...

I think exposing a lambda specifically for configuring options will make the api more extensible and compatible with Beam.. (beam might add more setters, and it would mean Scio adding...

You are right, it is not the one from where I thought it originates. I am not having the stack trace in a parseable format to paste here, and it...

Since the primary goal here is to improve compilation time, and caching Coder seems to be providing a good benefit in a lot of cases, I am wondering what if...

I'm spending some time on this, and will try to create a PR late next week..!

Hello, I am extremely sorry I missed the CLA 🤦, I initially thought I already did it. I tried doing it again, the comment got updated now, but the check...

Build are failing because of an old ruby version in travis. Here is a fix #674.

This implementation of BitSet looks very clever. I liked the idea and would go though it to understand the code as well. Thanks for sharing this.

Hello @johnynek I tried a snapshot version of cats-collections [here](https://github.com/anish749/algebird/blob/cats-bloom-filter/algebird-core/src/main/scala/com/twitter/algebird/BloomFilter.scala). I might be missing a few things here. It does improve compared to `scala.immutable.BitSet`. The `javaewah.EWAHCompressedBitmap` now becomes the bottleneck....