aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/packageformat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* std::span -> eastl::spansb/eastlStefan Boberg2025-03-061-6/+6
|
* switched std::vector -> eastl::vectorStefan Boberg2025-03-061-9/+9
|
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-5/+19
| | | | | | * Added EASTL to help with eliminating memory allocations * Applied EASTL to eliminate memory allocations, primarily by using `fixed_vector` et al to use stack allocations / inline struct allocations Reduces memory events in traces by close to a factor of 10 in test scenario (starting editor for project F)
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-0/+894
move jupiter.h/cpp -> zenutil move packageformat.h/.cpp -> zenhttp zenutil now depends on zenhttp instead of the inverse