Live data from Hacker News

Viewing profile — T0pH4t

T0pH4t

HN member
Joined
Tue, Feb 12, 2019, 5:09 PM UTC
HN karma
14
Public activity
15 items

About T0pH4t

https://github.com/jm4games

Recent public activity

  1. 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…

  2. comment
    Comment #40415728

    There is also jump consistent hashing https://arxiv.org/pdf/1406.2294

  3. 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…

  4. 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…

  5. 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 …

  6. comment
    Comment #35889097

    I could I should also say this applies to MPSC and SPMC. Basically anything other than SPSC.

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #29606710

    Breath: The New Science of a Lost Art By: James Nestor

  12. 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

  13. 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…

  14. 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…

  15. story