SSoelvsten / adiar

An I/O-efficient implementation of (Binary) Decision Diagrams
https://ssoelvsten.github.io/adiar/
MIT License
24 stars 13 forks source link

Additional random-access statistics #494

Closed SSoelvsten closed 1 year ago

SSoelvsten commented 1 year ago

Looking at the results, we may also want the following statistics?

node_file / arc_file

SSoelvsten commented 1 year ago

Weirdly enough, there seems to be some issue, where the internal functions of Adiar are using the compilation of the public API placed within the client executable, e.g. the unit testing script. The issue here is, that the client may not compile with statistics enabled, leaving some parts of the desired statistics not properly updated.

See the full issue here: #506 .