87d7126632
Add missing comments to Ona module
d05800a6d3
Add missing tests to module entry points
449b56947e
Improve memory safety of Oar archive lookups
98372cc85f
Improve memory safety of hash table
26f342e518
Add entry caching to archive file systems
b8517d3b22
Tidy up naming conventions in stack module
287a054d22
Tidy up Oar Entry default data
6ecf6779e5
Remove unused math module logic
Application Context Implementation
Further considerations have made me realize that the file format would be better served from a simplicity standpoint if entries each encoded their own header data.
This would allow partial…
Application Context Implementation
Proposed archive format:
- Header containing magic identifier and version number.
- Version-specific header containing useful global metadata.
- Rest of the file is a file entry…
Application Context Implementation
May be worth looking into the Quake Pak file format for inspiration on how to lay out the file format in an efficient manner?
Application Context Implementation
Sudden realization / consideration.
Rather than rolling a duplicate asynchronous interface for offloading synchronous logic, why not expose a single, generic asynchronous offloading function on…