mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Replace Variant's heap-owned payloads with manually managed inline storage while preserving its return-by-value API. - inline std::string, String, DrawablePtr, Vector2f, and Rectf - add move construction and capacity-preserving assignment - add explicit borrowed std::string support and string views - avoid redundant conversions in table and tree hot paths - borrow stable process fields in eproc - eliminate per-frame eproc class allocation churn - focus the eproc search input on startup - add comprehensive Variant lifecycle and ownership tests