aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-0/+1
| | | | | | * 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)
* CidStore now implements the ChunkResolver interfaceStefan Boberg2023-06-301-0/+1
| | | | | this allows client code to use the ChunkResolver interface instead of CidStore, which can help with testing scenarios
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+9
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees