Nicolas Rol
Nicolas Rol
Issue seems still present in version 7.0.1. With the following code: ```java private String timetester(int n) { Instant start = Instant.now(); NodeCalc node = new IntegerNodeCalc(0); for (int i =...
Not sure if this tool would still be useful, there are exception thrown when the YAML file has a wrong format. To test this, add the following test in `YamlPlatformConfigTest`:...
We'll have to wait for this PR https://github.com/jgrapht/jgrapht/pull/1282 to be merged in JGraphT and for a new release of JGraphT.
I did some tests to compare the performances of this version vs main. Each test consisted of exporting a network and then importing the network from the generated file. Each...
⏱️ Time Series Operations Comparison I compared the generation, writing and parsing of time series. The corresponding JSON file size is about 280 Mo, and each operation was done 100x,...
Here is the improvement, for a usual french network: | Metric | Current version | New version | Difference | Relative difference | |---------------------|-----------------|-------------|------------|---------------------| | CPU time (ms) | 900...
> To be sure that I understood : was the excessive memory use coming from the fact that we used to create a complete map of the positions before using...
I think that the issue here is more that the "child project" (powsybl-distribution in your example) does not have a `LICENSE.txt` and a `THIRD-PARTY.txt`. According to some licenses, we should...
> > I think that the issue here is more that the "child project" (powsybl-distribution in your example) does not have a `LICENSE.txt` and a `THIRD-PARTY.txt`. According to some licenses,...