Alfredo Beaumont

Results 9 issues of Alfredo Beaumont

Follow-up work on #964. Added support for: * ppc * sparc * systemz

Our current eBPF support can be improved in some areas, including: - It's built on top of (python) bcc tools, which is thus a dependency. - It periodically loads /...

enhancement
eBPF

Currently, we have a single `double` format to handle both cases, with some optional fields to differentiate between both cases. This is not robust and causes problems as the one...

Currently, tree insertion keeps track of children nodes in a sorted slice and new children nodes are inserted in order. The complexity of insertion is thus `O(n)` in the worst...

## Background Pyroscope API has been growing over time in an unstructured manner, which will make it harder to maintain over time. Some of the problems it currently shows: -...

discussion
backend
🛠. refactoring

As it can be seen in the screenshot, the program runs for ~40s, but `FibKt.main` report 2x and `FibKt.fib` multiple times that: ![kotlin](https://user-images.githubusercontent.com/80059/155750025-a93f3202-9b24-4dee-848b-cdf3b5a92656.png) I suppose that the problem is that...

bug

**Format**: OpenAPI 2.0 (fka Swagger) **Official**: YES **Url**: https://flamegraph.com/openapi/api.yaml **Name**: flamegraph.com REST API **Category**: developer_tools **Logo**: https://flamegraph.com/logo.svg

When running apple-dylan-test-suite some character comparing tests give rare failures: ``` failed ['\216' ~= 'c'] ``` Looking at C code, the problem seems to be a duplicated tagging: ``` T1...

Compiler

First 3 commits of the work towards a more extensible numerics are mergeable by themselves.

in progress