Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/roaringbitmap-performance-tricks #32

Open
utterances-bot opened this issue Feb 19, 2022 · 1 comment
Open

posts/roaringbitmap-performance-tricks #32

utterances-bot opened this issue Feb 19, 2022 · 1 comment

Comments

@utterances-bot
Copy link

RoaringBitmap Performance Tricks | Richard Startin’s Blog

I have made various contributions to the RoaringBitmap Java library since early 2017, often creating performance improvements. Sometimes these performance improvements are completely transparent and just kick in when users update version, but some of them require modified usage in order to benefit. The slightly modified APIs aren’t widely used, and I thought about just adding some more documentation to the library to make sure people find them, but blog posts can be more engaging. I learnt a lot from contributing to this library, so this post will share some tips for getting the most performance from the library, and take some detours into things I learnt making these contributions.

https://richardstartin.github.io/posts/roaringbitmap-performance-tricks

Copy link

Apache Druid vs Apache Pinot - Which One Should You Choose?
https://www.decipherzone.com/blog-detail/druid-vs-pinot
In our previous blogs, we have learned what Apache Druid and Apache Pinot are. And today, we are going to talk about the similarities and differences between both along with the use cases to help you understand which scenario favors Druid more and vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants