Viewing profile — joaquintides
joaquintides
HN member- Joined
- Sat, Jan 18, 2014, 8:13 PM UTC
- HN karma
- 241
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About joaquintides
No profile information was provided.
Recent public activity
- story
- story
- story
-
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…
- story
-
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…
- story
- story
- story
-
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 …
- story
- story
-
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 …
- story
- story
-
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…
- story
- story
- story
- story
-
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/...
- comment
- story
- story
-
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…