Rogueadyn / SaintCoinach

A .NET library written in C# for extracting game assets and reading game assets from Final Fantasy XIV: A Realm Reborn.
Do What The F*ck You Want To Public License
70 stars 99 forks source link

Performance boost #40

Open xeropresence opened 9 years ago

xeropresence commented 9 years ago

I wish I had known about this project earlier as I've got my own library but its quite a bit dirtier, but its also quite a bit faster. You can get some really huge performance gains using a few tricks.

https://gist.github.com/anonymous/8689c40a8ef75f5ad30e

I've begun working on incorporating this stuff, but it looks like the structural changes would be significant. Would you be interested including this stuff in the library?