AraHaan
AraHaan
Also note: It seems the and keyword does not get highlighted that comes from pattern matching in the c# syntax section itself.
Isn't there an language macro that is defined the the compiler supports the standard optional instead of the boost one that can be checked against like there is with ``CXX_LIB_FILESYSTEM/CXX_LIB_EXPERIMENTAL_FILESYSTEM``...
Not sure if this will help but on my zlib I nuked a ton of unused internal methods in the code, perhaps that might help with performance some (if not...
Also why is it not possible to have the same compression rations but also make them fast like said above? Like why must for use to win with speed of...
Welp after doing tests on this for trying to improve the compression levels and then adding tests, it seems for some reason when I look at the compressed outputs on...
Oh and @JimBobSquarePants I recently found an issue with how compression is made in zlib.net and zlib.managed and it may also apply here too. For some reason in my code...
I understand, perhaps a best course of action would be to rebase all of our zlib work based on the latest version of the C implementation. Zlib.NET was based on...
I think I could look into this when I get more time.
I think a option for uploading the file using ``ReadOnlySpan`` should be possible as well for performance critical applications as well (think things like hospital applications for example where every...