Christian Himpe

Results 151 comments of Christian Himpe

For sake of completeness of the top list: * Time-Weighted Balanced Truncation ( ftp://ftp.esat.kuleuven.be/pub/stadius/schelfhout/reports/tbalred.ps.Z and https://doi.org/10.1109/CDC.2002.1184388 )

There are alterations to a source code which do not influence outward facing behavior. `Changed` to me implies a visible change, likely a breaking change. `Improved` on the other hand...

Consider library / toolbox projects: as a user (a developer of a project calling this library) the term CHANGED would suggest a change in interface or something which would require...

Maybe all tested JREs/JDKs (with versions) alongside minimal hardware requirements (RAM, etc.) could be added as a "Requirements" Section to the appendix of the docu?

Likely related to https://github.com/ArcadeData/arcadedb/issues/1144 .

I tried looking into a selection of aggregating SQL functions to look for a pattern, but I couldn't find any explaining this error definitely. Here are my findings: * [`sum`](https://github.com/ArcadeData/arcadedb/blob/main/engine/src/main/java/com/arcadedb/query/sql/function/math/SQLFunctionSum.java)...

https://db-benchmarks.com is a set of relational benchmarks, but maybe nonetheless interesting.

Tinkerpop 3.7.0 has been released with support for JDK17, see: https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc#tinkerpop-370-release-date-july-31-2023 @lvca will you include it in 23.7.1 (once the Tinkerpop jars are out)?

@lvca while some Gremlin tests are still failing (but not with the version error anymore), compiling and running with JDK17 (tested with OpenJDK17-headless) works with current head. Can this be...

Is [Docs PR](https://github.com/ArcadeData/arcadedb-docs/pull/85) sufficient to close this issue?