Live data from Hacker News

Viewing profile — joaquintides

joaquintides

HN member
Joined
Sat, Jan 18, 2014, 8:13 PM UTC
HN karma
241
Public activity
77 items

About joaquintides

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #47599578

    Abstract: Many people hate math, some programmers do too. We hold that this hate stems from a reductionist view of mathematics as merely rule application: number crunching, equatio…

  5. story
  6. comment
    Comment #47347904

    Vinnie Falco, creator of Boost.Beast, shares the origin story behind two new coroutine-based networking libraries, Corosio and Capy. While designing Beast2 as a C++11 networking li…

  7. story
  8. story
  9. story
  10. comment
    Comment #46038387

    Levers that matter: Backend: std::vector (default) or boost::container::small_vector for small buffer optimization and fewer heap hits. Block: choose an unsigned type that matches …

  11. story
  12. story
  13. comment
    Comment #45880076

    Boost.Decimal by Matt Borland and Chris Kormanyos has been accepted! Implementation of IEEE 754 and ISO/IEC DTR 24733 Decimal Floating Point numbers. Thanks to Review Manager John …

  14. story
  15. story
  16. comment
    Comment #44570189

    Abstract: Push and pull are the two main paradigms when it comes to data processing. In this talk, we'll discuss both approaches from an abstract point of view, compare them for ex…

  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #42251054

    Iteration has been improved since, and now we’re beating Abseil on iteration plus erasure: https://github.com/boostorg/boost_unordered_benchmarks/tree/...

  22. comment
  23. story
  24. story
  25. comment
    Comment #40600121

    Unlike regular hash functions, so-called perfect hash functions guarantee that no collisions ever happen, that is, every two distinct keys map to different hash values, which allow…