-
Hi, @VlSomers ! I'm very interested in your research so I ran your default code based on Solider and Occluded-Duke dataset twice. And then I faced some weird performance improvements after the first …
-
### Is your feature request related to a problem or challenge?
The basic aggregate functions like `COUNT` and `SUM` in DataFusion are *very* fast (see [Apache DataFusion is now the fastest single n…
-
### Description
I am encountering a significant performance issue related to UI rendering in my .NET MAUI application.
The rendering logic on this page involves a method in SecondPage, which generat…
-
On ClimaOcean.jl, a [one-degree simulation](https://github.com/CliMA/ClimaOcean.jl/blob/main/experiments/one_degree_simulation/one_degree_simulation.jl) runs on a H100 GPU with:
which is terribly s…
-
Hi @buoyancy99 ,
Thank you for sharing the source code of your project.
I tried to reproduce the performance on Maze2D medium and large in your paper with the configuration suggested in your pap…
-
:wave:
Not sure if this is a known issue but the performance overhead of the code in [`RedactorEncode`](https://github.com/Nebo15/logger_json/blob/master/lib/logger_json/formatter/redactor_encoder…
-
### Is your feature request related to a problem or challenge?
The `corr` function is used in the h20 benchmark and is quite slow.
https://github.com/apache/datafusion/blob/main/datafusion/func…
-
### Is your feature request related to a problem or challenge?
The `corr` function is used in the h20 benchmark and is quite slow.
https://github.com/apache/datafusion/blob/main/datafusion/functi…
-
I believe that these lines
```python
dolphie.main_db_connection.execute(MySQLQueries.ps_disk_io)
dolphie.disk_io_metrics = dolphie.main_db_connection.fetchone()
```
from [here](ht…
-
Hey, I'm about to implement an algorithm where arbitrary-precision floats (and ints) are at the heart.
That's why I'm currently looking for the best library to use for that. In particular, I'm stil…