GamingCity

Results 17 comments of GamingCity

Ok, checking your code helped understanding more about the whole process. I arrived to this, still unfinished function to extract X bytes of offset Y of the file. This seems...

In the end i got another implementation from your example and based on my last code for random access using all api functions to parse the file with lzma_file_info_decoder() and...

Zstd was actually by first choice but i decided to try XZ first because random access is not built-in in Zstd mainline, it needs to use the frame format that...

My current method for random access with MT is (im still looking to see if i would be able to speed this up, but i dont think so). 1) A...

ill try to test it this week. As for optimisations im petty sure i already did all i can, its not too bad because there are other bottlenecks in other...

You can run zink over it?

Interesting, i was not aware the DX version was the most used one considering its the vulkan version what is on the android SDK and used to run the emulators...