Masharif
Implements full Flexbox semantics in idiomatic C++ and uses an incremental dirty-bit approach to avoid full recalculations — benchmarks show sub-millisecond initial layout and ~0.07ms single-property edits. It’s an attractive alternative for folks who find Yoga’s C API clumsy, but the repo feels early: README and docs are sparse and more examples/tests are needed before it becomes a drop-in replacement.
