Viewing profile — T0pH4t
T0pH4t
HN member- Joined
- Tue, Feb 12, 2019, 5:09 PM UTC
- HN karma
- 14
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About T0pH4t
Recent public activity
-
comment
Comment #42900289
So I had nausea for months with no explicit cause. Saw a few doctors, had even a full gastro inspection. My naturalpath then put me on two things and it cleared me up. Both of thes…
-
comment
Comment #40415728
There is also jump consistent hashing https://arxiv.org/pdf/1406.2294
-
comment
Comment #38970075
I'm surprised more people are not calling out "enqueue() happily overwrites current_tail->next even if it is not null (which may happen if some other producer has enqueued somethin…
-
comment
Comment #36021997
Sort of. To my knowledge, the original redis was literally signal threaded and performed io on the same threads as managing the DB (asynchronously of coarse). Then after either red…
-
comment
Comment #36021925
fwiw, the company I work for has used keydb (multiple clusters) in production for years, under non-trivial load (e.g. millions of req per second). It did serve as a replacement to …
-
comment
Comment #35889097
I could I should also say this applies to MPSC and SPMC. Basically anything other than SPSC.
-
comment
Comment #35889066
^ This can definitely be the case in a multi-producer/multi-consumer (MPMC) scenario if CAS is involved with loops. Great care has to be taken when writing MPMC data structures wit…
-
comment
Comment #32552076
The company I work for is a partial .net shop and runs a number of backend services on .Net core with Linux servers. So at the very least its a very real option in the services spa…
-
comment
Comment #31672919
I'm not even sure why you would attempt a study like this. It purely observational driven. There is no way to gauge whether the opposite parties policies would have resulted in mor…
-
comment
Comment #31582568
He is not exactly wrong... email could be a bit better phrased and mandating X hrs may be a bit extreme. Overall though his main point about a great product not being built over th…
-
comment
Comment #29606710
Breath: The New Science of a Lost Art By: James Nestor
-
comment
Comment #24300009
You can do this at the hashtable level when comparing keys. I think TBB does it. https://software.intel.com/en-us/node/506171
-
comment
Comment #24299958
Maybe also consider tinylfu ( https://arxiv.org/abs/1512.00727 ). I've implemented the windowed version with segmented caches and it works really well. Though it is a much more com…
-
comment
Comment #22764045
Cognitiv | Various Engineers| Full Time | ONSITE (Flexible WFH during COVID) | Bellevue, WA Cognitiv provides a platform for building custom programmatic ad buying algorithms using…
- story