Viewing profile — romange
romange
HN member- Joined
- Thu, Jun 27, 2019, 5:00 AM UTC
- HN karma
- 435
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About romange
No profile information was provided.
Recent public activity
-
comment
Comment #43380941
Valkey/Redis support offloading of io processing to special I/O threads. Their goal is to unload the "main" thread from performing i/o related tasks like socket reading and parsing…
-
comment
Comment #43380878
Dragonfly supports both epoll and iouring, and polling engine choice is quite orthogonal to its shared nothing architecture. I do not think that Valkey or Redis will become fully m…
-
comment
Comment #36024417
I apologize. I must say that my tone, as you rightly wrote, was inappropriate. Indeed, I am the lead developer for Dragonfly. As such, I am deeply concerned with the performance as…
-
comment
Comment #36024369
I understand what you are saying. How would you suggest to present it then? Dragonfly is not faster than Redis when running on a single cpu. It can not be, just because it has the …
-
comment
Comment #36022832
Absolutely. And I am sorry I reacted this way.
-
comment
Comment #36022379
1. We removed the FAQ page 2. You are right, I need to shut the fuck up and let self-righteous hn crowd with torches do what they do best - find a weakness, and push it until they …
-
comment
Comment #36022222
I personally benchmarked Dragonfly vs Memcached. Are you calling me a liar? :) Do you think I also photoshopped this document? https://github.com/dragonflydb/dragonfly/blob/master/…
-
comment
Comment #36021904
You are an exception, then :) But I still stand by the claim that fragmenting your stateful workload (i.e. Redis) into bunch of processes instead of having a single endpoint per in…
-
comment
Comment #36021804
This is definition of spam: https://www.merriam-webster.com/dictionary/spam To the best of my knowledge this page was not sent to anyone.
-
comment
Comment #36020926
Because we focus on building the most awesome datastore and you should decide whether you prefer having your store designed by good marketeers or good engineers.
-
comment
Comment #36020167
hmm and ships are designed to sail, yet you use planes to cross atlantic. Nokia was designed as strongest and most affordable phone, yet you use Iphone that costs 1000$. it's not a…
-
comment
Comment #36020079
We do not fight off capitalism in any way. Rather, I view capitalism as a powerful engine driving innovation. My experience as an engineer at both Google, a massively profitable en…
-
comment
Comment #36019915
We are reading this and we will fix it shortly.
-
comment
Comment #36019909
You are absolutely right, and I apologize for having this experience. SEO is part of the game, but it should not be in FAQ section.
-
comment
Comment #35250587
I think using word "misleading" is also "misleading". Dragonfly hides complexity. Docker hid complexity of managing cgroups and deploying applications. S3 hid complexity of writing…
-
comment
Comment #35250361
KeyDB implements multiple threading with spin-locks that protect a global shared data structure. Dragonfly is built upon shared-nothing architecture where each thread manages its o…
-
comment
Comment #35250232
It compares a process with a listening port with another process with a listening port. To give another example - nobody compares minio with bunch of disks to which you can write s…
-
comment
Comment #35249538
Not yet but it supports JSON API
-
comment
Comment #35249521
It does not have to be instead of our startup, really.
-
comment
Comment #35249454
I made an honest mistake. While I saw DragonflyBSD, I didn't realize its prominence within the BSD community. I assumed that since our project only focuses on Linux, having a simil…
-
comment
Comment #35249233
DragonflyDB cofounder here. I am not shy about our choice of license. Like with software design, everything is about trade-offs. Folks here voiced reasons why we chose BSL. I am su…
-
comment
Comment #35248901
Dragonfly is better with 1. Memory utilization (read the announcement, they mention it) 2. Deployment/orchestration - your initial threshold that forces you to scale horizontally j…
-
comment
Comment #35248783
BSL license is more company-friendly than AGPL.
-
comment
Comment #35248723
Yes, you can - in fact it supports out of the box existing frameworks and clients like redisson, sidekiq and many others
-
comment
Comment #34236441
here is the twitter thread :) https://twitter.com/romanger/status/1596794193849987072