HypergraphZ - A Hypergraph Implementation in Zig

Hey folks,

This is my very first Zig project. I’ve done another similar library in Rust (GitHub - yamafaktory/hypergraph: Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.) and wanted to dive into Zig.

What I’ve really enjoyed is how fast developing/prototyping is in Zig compared to Rust. To be honest, it felt home very swiftly and the whole experience is amazing (zig docs / build system / fast as hell).

TL;DR: GitHub - yamafaktory/hypergraphz: HypergraphZ - A Hypergraph Implementation in Zig

N.B.: I’m sure that there’s plenty of room for improvement.

7 Likes

After talking with @mnemnion - thanks again for the awesome feedback! - I’ve renamed the project to avoid any confusion with existing projects (hyper / etc) and to be more consistent (this is about building a hypergraph not about zig itself).

1 Like