jluna icon indicating copy to clipboard operation
jluna copied to clipboard

[Question] is it possible make agnostic use of C/C++ features over Julia data structures like graphs?

Open jfferson opened this issue 8 months ago • 0 comments

I am asking this because I am considering using C++ for persisting a cache for graph data, which should use some introspection on the data structure. So could I get to the underlying implementation of the graph and introspect over it regularly? I am also considering using the zpp bits library for the storage

jfferson avatar May 07 '25 13:05 jfferson