zigrazor
|
4 months ago
Network infrastructure analysis is critical for maintaining robust and secure systems. Whether you're managing a corporate network, analyzing internet topology, or identifying bottlenecks in distributed systems, graph theory provides powerful tools for understanding complex relationships. In this article, we'll explore how CXXGraph—a modern, header-only C++ graph library—can help identify critical vulnerabilities in network infrastructure.
zigrazor
|
4 months ago
State machines are everywhere in software development. From game AI to embedded systems, from network protocols to UI flows, managing state transitions cleanly and efficiently is a challenge every developer faces. Yet most C++ developers either roll their own ad-hoc solutions or wrestle with heavyweight frameworks that feel stuck in the past.
Enter CXXStateTree — a modern, header-only C++20 library that brings elegance and performance to hierarchical state machines.
zigrazor
|
8 months ago
|
on: Show HN: CXXStateTree – A modern C++ library for hierarchical state machines
I think it is possible to create a version with 0 heap allocation, try to open an issue with this feature request, we can see how to that togheter
zigrazor
|
8 months ago
|
on: Show HN: CXXStateTree – A modern C++ library for hierarchical state machines
zigrazor
|
8 months ago
|
on: Show HN: CXXStateTree – A modern C++ library for hierarchical state machines
I want to create a python binding with PyBind11 and create a simple interface with a very good performance for Embedded systems
zigrazor
|
8 months ago
|
on: Show HN: CXXStateTree – A modern C++ library for hierarchical state machines
zigrazor
|
8 months ago
|
on: Show HN: CXXStateTree – A modern C++ library for hierarchical state machines
yes, it means "zero allocations after state tree building".
Thank you for the suggestions, I think we could separate target with compilation switch. If you want you can open an issue on the repo.
Thank you so much
zigrazor
|
8 months ago
|
on: Mastering Dijkstra's Algorithm in C++ with CXXGraph
Graphs are a powerful tool used in computer science to model relationships between entities. Whether you’re building a navigation app, simulating networks, or designing AI systems, understanding how to work with graphs efficiently is a key skill — and at the heart of many of these systems lies Dijkstra’s Algorithm, a cornerstone for solving the shortest path problem.
zigrazor
|
10 months ago
|
on: CXXGraph: A Lightweight, Header-Only Graph Library for Modern C++
A fast, zero-dependency C++ library for graph algorithms — built for developers, educators, and enthusiasts.
zigrazor
|
4 years ago
|
on: Advanced Graph Algorithms
Hi, my opinion is that the CXXGraph library is more easy to use ( also Header-Only ), with a good standardization and interface. It can be extended in an easy way and its code is readable. Obviously the Boost-graph-library is more mature but I think CXXGraph library could be a great alternative
zigrazor
|
4 years ago
|
on: Help Wanted on This Issue
Someone can help with this issue?
Thank you so much in advance
zigrazor
|
4 years ago
|
on: Advanced Graph Algorithms in C++
My personal Work on Graph Algorithms
zigrazor
|
4 years ago
|
on: Ask HN: Someone knows how to implement these Graph algorithms?
yes good idea, i'm looking for interested and skilled people in development of this algorithms.
Thank you for your suggestion in any case.
zigrazor
|
4 years ago
|
on: C++ Advanced Graph Algorithms
The same for me!
zigrazor
|
4 years ago
|
on: C++ Advanced Graph Algorithms
Good suggestion
zigrazor
|
4 years ago
|
on: C++ Advanced Graph Algorithms
Yes, simple to use and practical library
zigrazor
|
4 years ago
|
on: Looking for developers/contributors for Open-Source Project in C++
zigrazor
|
4 years ago
|
on: CXXGraph Header-Only Library
This is my personal work.
I try to make a simple interface in c++ to use the most common, and also the more rarely used algorithms on Graph.
The goal is a performing code with a simple interface to create, edit and manipulate graph data.
I am looking for someone who can help me in this open-source project.
The project is an open-source project stored in Github Public Repository at link https://github.com/ZigRazor/CXXGraph