issues
search
NotAdam
/
Lumina
A simple, performant and extensible framework for interacting with FFXIV game data
Do What The F*ck You Want To Public License
102
stars
52
forks
source link
files are unnecessarily copied while being read
#21
Closed
NotAdam
closed
3 years ago
NotAdam
commented
3 years ago
files are copied several times
inflate isn't in-place and requires a separate buffer
inflate uses the same pooled mem, but the acquire and release is extra work that likely doesn't need to happen, especially for high throughput
other things