Oxsomi / core3

Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0 stars 1 forks source link

File streams #80

Closed Nielsbishere closed 1 day ago

Nielsbishere commented 1 year ago

Very important for files that are too big to be in memory. File stream should have an amount of what's visible in memory (e.g. 100MiB) and then stream more into it if needed.