Viewing profile — flip89
flip89
HN member- Joined
- Tue, Aug 02, 2016, 9:44 AM UTC
- HN karma
- 21
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About flip89
No profile information was provided.
Recent public activity
-
comment
Comment #26016023
The main problem with this approach for us is not throughput, MALLOC_ARENA_MAX is a maximum number of arenas per core, and our new servers have 48 cores, meaning we would still hav…
-
comment
Comment #26013954
I think, this particular part of the design is here for historical reasons. The classic way of allocating memory in Unix systems was heap extension with brk/sbrk calls, so glibc ma…
-
comment
Comment #26013349
I've mentioned at the beginning of this article, that we already have several systems running with tcmalloc. So using jemalloc would mean that we would need to bring new dependency…
-
comment
Comment #12208787
Applied on a Backend developer position, received a link to online test with algorithmic tasks (got 100% for these tasks on Codility), then had a Skype interview with their archite…