Skip to content

v0.0.101.1

Choose a tag to compare

@TheBlueMatt TheBlueMatt released this 27 Sep 06:32
· 630 commits to main since this release
7aa095f

This release rewrites our tuple handling to avoid Java generics as suggested in #27. By using more common codepaths, this cuts known memory leaks as much as half, depending on the workload. That said, because its relatively fresh mapping logic, errors may occur.

It also fixes an issue in v0.0.101.0 where constructing a NetGraphMsgHandler from serialized NetworkGraph data was not possible.