Viewing profile — adam_oxla
adam_oxla
HN member- Joined
- Wed, Aug 09, 2023, 8:10 PM UTC
- HN karma
- 4
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About adam_oxla
Recent public activity
-
comment
Comment #37603711
Amazing overview. Right now I work on a completely new OLAP database: vectorized query execution is must have nowadays if you want to have competitive performance. What's interesti…
-
comment
Comment #37227199
I was working in Google in years 2013-2016. It was amazing experience at that time. In no other place I have learned so much on how to run large organizations efficiently: before I…
- comment
-
comment
Comment #37210921
While I do agree that for most of companies those large SaaS solutions are overkill I do not think that DuckDB or similar is sufficient. Nowadays more of the companies really need …
-
comment
Comment #37208175
It is surprising how popular is using O(N^2) algorithms that are simple in implementation even in extremely popular libraries. E. g. ICU search method: https://github.com/unicode-o…
-
comment
Comment #37108904
Great article. I was recently wondering why are vector databases useful at all. There are cases (LLMs) where they are useful. But apart from that, most of the cases I have encounte…
-
comment
Comment #37067786
Amazing article. I have not seen such a comprehensive guide yet. Although when I have seen the title I was expecting it would be focused more on CPU inner workings: superscalar pip…