Mateusz Jakub Fila

Results 17 issues of Mateusz Jakub Fila

The datadeps (`spawn_datadeps`, `In`, `Out`, etc.) have their own usage-page in the docs but weren't mention in the API documentation. The already provided docstrings can be used I think it...

Chrome tracing is a fairly popular tool for working with traces and process timelines. The traces can be not only displayed but also analyzed and queried with SQL The Dagger...

According to [documentation](https://cppyy.readthedocs.io/en/latest/functions.html#overloads-and-exceptions) in cases when all overloads of a functions throw the same exception that exception type should be reported by cppyy and only in cases when the overloads...

Passing multiple `test_args` is a feature in `Pkg.test` but the action input `test_args`added in #73 allows only a single argument. Parsing the `test_args` with julia is added to allow passing...

`MultiEventLog` log prints warning about missing TID, when a shard holding an array (or string, probably other types too) is used in a task. The warning appears even when run...

This is a **breaking change** The `algorithm` keyword argument will be mandatory in `jet_reconstruct`, which effectively removes calling `jet_reconstruct` with `power`. The power will be still a keyword argument: -...

interface change

Just a test if I understand how to replace `fast_findmin` implementation as in #83

Adding C bindings and ahead of time compilation to shared library with PackageCompiler.jl or juliac C components have `jetreconstruction_`(or `JETRECONSTRUCTION_`) prefix For now the C API includes only: - `jet_reconstruct`...

Recently JuliaFromatter v2 was released which produces different formatting than v1. Would it be possible to make it configurable what version is used by the extension? Otherwise it's a bit...

In a single multithreaded process, logging with `MultiEventLog` brings massive overheads. For 8 threads and 40 graphs ~800 vertices each we observe ~7x application slow down and ~26x increase of...

performance
logging