Live data from Hacker News

Viewing profile — Jason_Gibson

Jason_Gibson

HN member
Joined
Wed, Oct 17, 2018, 4:24 PM UTC
HN karma
14
Public activity
11 items

About Jason_Gibson

Contact: j a s o n DOT g i b s o n AT g m a i l DOT c o m

Recent public activity

  1. comment
    Comment #33647951

    A changelist is most generally a Perforce term (and as may the case for Google, a similar concept). In the Perforce Helix Core (what the "Perforce Server" is currently called), cha…

  2. comment
    Comment #32245444

    ASAN on its own doesn't detect uninitialized memory. MSAN can, though. Valgrind is also more than just the memcheck sub-tool - there are others, like Cachegrind, which is a cache a…

  3. comment
    Comment #31157124

    Do you mean 'BEGIN CONCURRENT'? https://sqlite.org/cgi/src/doc/begin-concurrent-pnu-wal2/doc... Where did you see that the plan is to bring those into the mainline distribution?

  4. comment
    Comment #31073675

    A company called Violin Memory used to make one for servers: http://www.storagesearch.com/ssd-23.html

  5. comment
    Comment #30990641

    Could you give an example of where Perforce is not OSS-friendly? Sure, the product core is not OSS, but parts of the periphery are, and there's at least one section of the company …

  6. comment
    Comment #30989544

    Could you give an example of where it has Embraced->Extinguished?

  7. comment
    Comment #30989522

    While the Helix Core Server itself is not Open Source, much of the surrounding tooling is. E.g., see the code here: https://swarm.workshop.perforce.com/user/perforce_software I don…

  8. comment
    Comment #30921007

    This forum post has some info on benchmarking SQLite with two different backends: https://sqlite.org/forum/forumpost/9aa5e1dcffde1336 See the "preliminary results" link.

  9. comment
    Comment #25796634

    And to expand on this, it's easier to add features to a language than to remove them. If one's design requires certain runtime constraints (ability to hook into interpreter executi…

  10. comment
    Comment #25483368

    Indeed, and not only did they develop the Perceus technique for the Koka language, but the immediately practical mimalloc allocator came out of that work as well. https://github.co…

  11. comment
    Comment #25267694

    Microsoft's 'mimalloc' MIT-licensed allocator is lock-free. Perhaps there's something in there that'd be interesting to read. https://github.com/microsoft/mimalloc https://github.c…