mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#oodle

0 posts0 participants0 posts today
Andreas Grois<p>Today I had a quick look at compression speed of the various compression algorithms in <a href="https://mastodon.gamedev.place/tags/UnrealEngine" class="mention hashtag" rel="tag">#<span>UnrealEngine</span></a>. </p><p>In my use case, speed is more important than compression ratio, so I had COMPRESS_BiasSpeed set.</p><p>To little surprise, <a href="https://mastodon.gamedev.place/tags/gzip" class="mention hashtag" rel="tag">#<span>gzip</span></a> and <a href="https://mastodon.gamedev.place/tags/zlib" class="mention hashtag" rel="tag">#<span>zlib</span></a> took about the same time, and <a href="https://mastodon.gamedev.place/tags/lz4" class="mention hashtag" rel="tag">#<span>lz4</span></a> was a lot slower.</p><p>The big surprise was <a href="https://mastodon.gamedev.place/tags/Oodle" class="mention hashtag" rel="tag">#<span>Oodle</span></a>, which was faster than all others. By a lot.</p><p>So, if you are compressing data in your Unreal game at runtime, you might want to check if Oodle is an option for you.</p>
Youn<p>Made this small easy-to-use tool for getting oodle libraries hassle-free: <a href="https://github.com/sehnryr/get-oodle-lib" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/sehnryr/get-oodle-l</span><span class="invisible">ib</span></a></p><p><a href="https://mastodon.social/tags/oodle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>oodle</span></a> <a href="https://mastodon.social/tags/decompression" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>decompression</span></a> <a href="https://mastodon.social/tags/libraries" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>libraries</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a></p>
Youn<p>Archived my oozle repository on <a href="https://mastodon.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> because of incompatibilities with new versions. It was an attempt to make decompressing <a href="https://mastodon.social/tags/Oodle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Oodle</span></a> open source and easier to implement in <a href="https://mastodon.social/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a> projects.</p><p>Made oodle-sys and oodle-safe instead which binds to the shared library: <a href="https://github.com/sehnryr/oodle-safe" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/sehnryr/oodle-safe</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/decompression" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>decompression</span></a> <a href="https://mastodon.social/tags/libraries" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>libraries</span></a> <a href="https://mastodon.social/tags/rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rustlang</span></a></p>
Patrick Schmidt<p>Moinsen, falls Euch bei Intel xxxxK CPUs auch Abstürze bei <a href="https://norden.social/tags/Unreal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Unreal</span></a> Engine plagen, The Pod hat da ein paar gute Hilfen zusammen gefasst<br>z.B. den Parameter<br>" -psomaxthreads=8"</p><p><a href="https://www.gamespodcast.de/2024/02/23/the-pod-magazin-162/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">gamespodcast.de/2024/02/23/the</span><span class="invisible">-pod-magazin-162/</span></a> <a href="https://norden.social/tags/Oodle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Oodle</span></a> <a href="https://norden.social/tags/hardware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hardware</span></a> <a href="https://norden.social/tags/thepod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>thepod</span></a></p>